# Functions
EdgesToReturn returns the slice of edges by appyling the pagination arguments.
No description provided by the author
NonNullable is an option that can be passed to a FieldFunc to indicate that its return value is required, even if the return value is a pointer type.
# Structs
Connection conforms to the GraphQL Connection type in the Relay Pagination spec.
ConnectionArgs conform to the pagination arguments as specified by the Relay Spec for Connection types.
Edge consists of a node paired with its b64 encoded cursor.
No description provided by the author
A Object represents a Go type and set of methods to be converted into an Object in a GraphQL schema.
PageInfo contains information for pagination on a connection type.
PaginationArgs are embedded in a struct.
PaginationInfo can be returned in a PaginateFieldFunc.
No description provided by the author
Union is a special marker struct that can be embedded into to denote that a type should be treated as a union type by the schemabuilder.
# Type aliases
FieldFuncOption is an interface for the variadic options that can be passed to a FieldFunc for configuring options on that function.
A Methods map represents the set of methods exposed on a Object.