Documentation
¶
Index ¶
- Variables
- func ValidateLength(ctx context.Context, obj any, next graphql.Resolver, min int, max int, ...) (res any, err error)
- func ValidateNotEmpty(ctx context.Context, obj any, next graphql.Resolver, trim, ornil bool) (res any, err error)
- func ValidateRange(ctx context.Context, obj any, next graphql.Resolver, min float64, max float64, ...) (res any, err error)
- func ValidateRegex(ctx context.Context, obj any, next graphql.Resolver, pattern string, ...) (res any, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ValidateLength ¶
func ValidateNotEmpty ¶
func ValidateRange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.