We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0303f + 38653f5 commit 82f9752Copy full SHA for 82f9752
lib/graphql/schema/field.rb
@@ -181,6 +181,8 @@ def self.connection_extension(new_extension_class = nil)
181
182
# @return Boolean
183
attr_reader :relay_node_field
184
+ # @return Boolean
185
+ attr_reader :relay_nodes_field
186
187
# @return [Boolean] Should we warn if this field's name conflicts with a built-in method?
188
def method_conflict_warning?
0 commit comments