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.
#relay_nodes_field
1 parent f4d99f6 commit 38653f5Copy full SHA for 38653f5
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