package
1.41.0
Repository: https://github.com/pvormste/graphql-go-tools.git
Documentation: pkg.go.dev

# Functions

ByteSliceEquals compares two ByteSliceReferences from different Inputs.
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
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
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
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
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
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
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
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

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DirectiveDefinition example: directive @example on FIELD.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EnumTypeDefinition example: enum Direction { NORTH EAST SOUTH WEST }.
No description provided by the author
EnumValue example: Name but not true or false or null.
EnumValueDefinition example: "NORTH enum value" NORTH @foo.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FloatValue example: 13.37 / -13.37.
FragmentDefinition example: fragment friendFields on User { id name profilePic(size: 50) }.
FragmentSpread example: ...MyFragment.
Index is a struct to easily look up objects in a document, e.g.
InlineFragment example: ..
Input is a raw graphql document containing the raw input + meta data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InterfaceTypeDefinition example: interface NamedEntity { name: String }.
No description provided by the author
IntValue example: 123 / -123.
No description provided by the author
No description provided by the author
ObjectField example: lon: 12.43.
No description provided by the author
No description provided by the author
ObjectValue example: { lon: 12.43, lat: -53.211 }.
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
ScalarTypeDefinition example: scalar JSON.
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
StringValue example: "foo".
No description provided by the author
TypeCondition example: on User.
No description provided by the author
UnionTypeDefinition example: union SearchResult = Photo | Person.
No description provided by the author
No description provided by the author
VariableDefinition example: $devicePicSize: Int = 100 @small.
No description provided by the author
VariableValue example: $devicePicSize.

# Type aliases

BooleanValues one of: true, false.
ByteSlice is an alias for []byte.
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