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.
94 95 96 |
# File 'lib/graphql/schema.rb', line 94 def default_mask @default_mask end |