Method: GraphQL::Schema::Directive.repeatable
- Defined in:
- lib/graphql/schema/directive.rb
.repeatable(new_value) ⇒ Object
99 100 101 |
# File 'lib/graphql/schema/directive.rb', line 99 def repeatable(new_value) @repeatable = new_value end |