Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForbiddenError ¶
type ForbiddenError struct{}
func (ForbiddenError) Error ¶
func (ForbiddenError) Error() string
type NotFoundError ¶
type NotFoundError struct{}
func (NotFoundError) Error ¶
func (NotFoundError) Error() string
type Resolver ¶
type Resolver struct{}
func (*Resolver) Mutation ¶
func (r *Resolver) Mutation() execschema.MutationResolver
Mutation returns execschema.MutationResolver implementation.
func (*Resolver) Query ¶
func (r *Resolver) Query() execschema.QueryResolver
Query returns execschema.QueryResolver implementation.
func (*Resolver) User ¶
func (r *Resolver) User() execschema.UserResolver
User returns execschema.UserResolver implementation.
Click to show internal directories.
Click to hide internal directories.