Method: GraphQL::Schema::Field#method_conflict_warning?
- Defined in:
- lib/graphql/schema/field.rb
#method_conflict_warning? ⇒ Boolean
Returns Should we warn if this field's name conflicts with a built-in method?.
178 179 180 |
# File 'lib/graphql/schema/field.rb', line 178 def method_conflict_warning? @method_conflict_warning end |