package
0.0.0-20240806171928-4b8604f13782
Repository: https://github.com/ccbrown/api-fu.git
Documentation: pkg.go.dev
# Functions
ExecuteRequest executes a request.
GetOperation returns the operation selected by the given name.
IsSubscription can be used to determine if a request is for a subscription.
NewGroupedFieldSetWithCapacity allocates a GroupedFieldSet with capacity for n elements.
NewOrderedMap creates a new ordered map.
NewOrderedMapWithLength creates a new ordered map with n elements pre-allocated and zero-initialized.
Subscribe resolves the root subscription field of a request and returns the result.
# Structs
Error represents an execution error.
GroupedFieldSet holds the results of the GraphQL CollectFields algorithm.
GroupedFieldSetItem contains a key and field list pair in a GroupedFieldSet.
Location represents the location of a character within a query's source text.
OrderedMap represents a map that maintains the order of its key-value pairs.
OrderedMapItem is a key-value pair for an item in an OrderedMap.
Request defines all of the inputs required to execute a GraphQL query.
ResolveResult represents the result of a field resolver.