Skip to content

Commit 82f9752

Browse files
authored
Merge pull request #4103 from FunkyloverOne/relay_nodes_field-reader
`Schema::Field`: add `#relay_nodes_field` attr reader
2 parents 7d0303f + 38653f5 commit 82f9752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/graphql/schema/field.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ def self.connection_extension(new_extension_class = nil)
181181

182182
# @return Boolean
183183
attr_reader :relay_node_field
184+
# @return Boolean
185+
attr_reader :relay_nodes_field
184186

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

0 commit comments

Comments
 (0)