Documentation ¶ Index ¶ func AuthDirective(ctx context.Context, obj interface{}, next graphql.Resolver, ...) (interface{}, error) func ConstraintDirective(ctx context.Context, obj interface{}, next graphql.Resolver, min float64, ...) (interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AuthDirective ¶ func AuthDirective(ctx context.Context, obj interface{}, next graphql.Resolver, accessLevel string) (interface{}, error) func ConstraintDirective ¶ func ConstraintDirective(ctx context.Context, obj interface{}, next graphql.Resolver, min float64, max float64, listMax float64) (interface{}, error) Types ¶ This section is empty. Source Files ¶ View all Source files auth.go constraint.go Click to show internal directories. Click to hide internal directories.