Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgumentDefinition ¶
type FieldDefinition ¶
type FieldDefinition struct {
Name string
Arguments []*ArgumentDefinition
ReturnType string
}
type GraphQLSchema ¶
func GetGraphQLSchema ¶
type NameTypePair ¶
type TransformError ¶
func (*TransformError) String ¶
func (e *TransformError) String() string
type TypeDefinition ¶
type TypeDefinition struct {
Name string
Fields []*NameTypePair
IsMapType bool
}
Click to show internal directories.
Click to hide internal directories.