package
0.17.66
Repository: https://github.com/99designs/gqlgen.git
Documentation: pkg.go.dev

# Functions

AltairHandler responsible for setting up the altair playground.
ApolloSandboxHandler responsible for setting up the apollo sandbox playground.
Handler responsible for setting up the playground.
HandlerWithHeaders sets up the playground.
WithApolloSandboxEndpointIsEditable By default, the embedded Sandbox has a URL input box that is editable by users.
WithApolloSandboxHideCookieToggle By default, the embedded Sandbox does not show the Include cookies toggle in its connection settings.
WithApolloSandboxInitialStateCollectionIdAndOperationId The ID of a collection, paired with an operation ID to populate in the Sandbox on load.
WithApolloSandboxInitialStateDocument Document operation to populate in the Sandbox's editor on load.
WithApolloSandboxInitialStateHeaders Headers containing initial variable values to populate in the Sandbox on load.
WithApolloSandboxInitialStateIncludeCookies Set this value to true if you want the Sandbox to pass { credentials: 'include' } for its requests by default.
WithApolloSandboxInitialStatePollForSchemaUpdates If true, the embedded Sandbox periodically polls your initialEndpoint for schema updates.
WithApolloSandboxInitialStateSharedHeaders Headers that are applied by default to every operation executed by the embedded Sandbox.
WithApolloSandboxInitialStateVariables Variables containing initial variable values to populate in the Sandbox on load.

# Type aliases