Method: GraphQL::Schema#default_mask

Defined in:
lib/graphql/schema.rb

#default_mask<#call(member, ctx)>

Returns A callable for filtering members of the schema.

Returns:

  • (<#call(member, ctx)>)

    A callable for filtering members of the schema

See Also:

  • for query-specific filters with `except:`


94
95
96
# File 'lib/graphql/schema.rb', line 94

def default_mask
  @default_mask
end