Method: GraphQL::Schema::Directive.repeatable?
- Defined in:
- lib/graphql/schema/directive.rb
.repeatable? ⇒ Boolean
95 96 97 |
# File 'lib/graphql/schema/directive.rb', line 95 def repeatable? !!@repeatable end |
95 96 97 |
# File 'lib/graphql/schema/directive.rb', line 95 def repeatable? !!@repeatable end |