Documentation ¶
Overview ¶
Package server provides the GraphQL server.
Index ¶
Constants ¶
View Source
const ( // GraphqlEndpoint is the base endpoint for graphql and the endpoint for post requests to the graphql service. GraphqlEndpoint string = "/graphql" // GraphiqlEndpoint is the endpoint for the graphql user interface. GraphiqlEndpoint string = "/graphiql" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package graph provides the GraphQL resolvers.
|
Package graph provides the GraphQL resolvers. |
model
Package model defines models returned by the graphql server
|
Package model defines models returned by the graphql server |
resolver
Package resolvers resolves data from gqlgen
|
Package resolvers resolves data from gqlgen |
Package types provides the GraphQL types for the Scribe service.
|
Package types provides the GraphQL types for the Scribe service. |
Click to show internal directories.
Click to hide internal directories.