Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.33 KB

Documentation

Please see each section for in-depth documentation

Configuration

This section describes the configuration options for GraphQL Protect.

Run modes

Protect supports various running modes for different needs and purposes.

  • serve runs as an HTTP proxy protection your GraphQL during runtime. Check out the Deployment Options section for more configuration options
  • validate runs as a CLI tool, validating your Persisted Operations against your schema and configured protections (see this page for more info how to set this up)
  • version outputs versioning info of protect

HTTP configuration

Protections

This section contains all the documentation about each protection feature.

Run

This section contains in depth documentation for run strategies