Skip to content

Commit

Permalink
Schema::Field: add #relay_nodes_field attr reader
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyloverOne committed Jun 16, 2022
1 parent f4d99f6 commit 38653f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/graphql/schema/field.rb
Expand Up @@ -181,6 +181,8 @@ def self.connection_extension(new_extension_class = nil)

# @return Boolean
attr_reader :relay_node_field
# @return Boolean
attr_reader :relay_nodes_field

# @return [Boolean] Should we warn if this field's name conflicts with a built-in method?
def method_conflict_warning?
Expand Down

0 comments on commit 38653f5

Please sign in to comment.