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 Type string Arguments []*ArgumentDefinition Function string DocLines []string }
type GraphQLSchema ¶
func GetGraphQLSchema ¶
type RootObjects ¶
type RootObjects struct { QueryFields []*FieldDefinition MutationFields []*FieldDefinition }
func (*RootObjects) AllFields ¶
func (r *RootObjects) AllFields() []*FieldDefinition
type TransformError ¶
func (*TransformError) String ¶
func (e *TransformError) String() string
type TypeDefinition ¶
type TypeDefinition struct { Name string Fields []*FieldDefinition IsMapType bool DocLines []string }
Click to show internal directories.
Click to hide internal directories.