package
0.0.0-20220710191258-f420c1213e22
Repository: https://github.com/chirino/graphql.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New initializes an instance of Schema.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
http://facebook.github.io/graphql/draft/#sec-Type-System.Directives.
Enum types describe a set of possible values.
EnumValue types are unique values that may be serialized as a string: the name of the represented value.
Field is a conceptual function which yields values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InputObject types define a set of input fields; the input fields are either scalars, enums, or other input objects.
http://facebook.github.io/graphql/draft/#InputValueDefinition.
Interface types represent a list of named fields and their arguments.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Object types represent a list of named fields, each of which yield a value of a specific type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Scalar types represent primitive leaf values (e.g.
Schema represents a GraphQL service's collective type system capabilities.
No description provided by the author
Union types represent objects that could be one of a list of GraphQL object types, but provides no guaranteed fields between those types.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
NamedType represents a type with a name.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FieldsList is a list of an Object's Fields.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author