Skip to content

Files

Latest commit

 

History

History
22 lines (14 loc) · 415 Bytes

GraphQL-MaxDepthSchema.md

File metadata and controls

22 lines (14 loc) · 415 Bytes

Pattern: Missing max_depth configuration

Issue: -

Description

Detects missing max_depth configuration in schema files.

Examples

@example
  # good

  class AppSchema < BaseSchema
    max_depth 42
  end

Further Reading