Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRedacted = errors.New("error(s) redacted")
)
Functions ¶
This section is empty.
Types ¶
type GraphQLProtect ¶
type GraphQLProtect struct {
// contains filtered or unexported fields
}
func NewGraphQLProtect ¶
func (*GraphQLProtect) ServeHTTP ¶
func (p *GraphQLProtect) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (*GraphQLProtect) ValidateQuery ¶ added in v0.13.0
func (p *GraphQLProtect) ValidateQuery(operation string) gqlerror.List
Click to show internal directories.
Click to hide internal directories.