Method: GraphQL::Schema::Directive.repeatable?

Defined in:
lib/graphql/schema/directive.rb

.repeatable?Boolean

Returns:



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

def repeatable?
  !!@repeatable
end