Documentation
¶
Index ¶
Constants ¶
View Source
const Introspection = `` /* 1603-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func ParseIntrospectionQuery ¶
func ParseIntrospectionQuery(url string, query Query) *ast.SchemaDocument
Types ¶
type DirectiveType ¶
type DirectiveType struct {
Name string
Description *string
Locations []string
Args []*InputValue
}
type FieldValue ¶
type InputValue ¶
type Query ¶
type Query struct {
Schema struct {
QueryType struct{ Name *string }
MutationType *struct{ Name *string }
SubscriptionType *struct{ Name *string }
Types FullTypes
Directives []*DirectiveType
} `graphql:"__schema"`
}
Click to show internal directories.
Click to hide internal directories.