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 6a9f7cc + 9945581 commit 12a1cadCopy full SHA for 12a1cad
lib/graphql/object_type.rb
@@ -32,7 +32,7 @@ class ObjectType < GraphQL::BaseType
32
# @return [Hash<String => GraphQL::Field>] Map String fieldnames to their {GraphQL::Field} implementations
33
34
# @!attribute mutation
35
- # @return [GraphQL::Relay::Mutation, nil] The mutation this field was derived from, if it was derived from a mutation
+ # @return [GraphQL::Relay::Mutation, nil] The mutation this object type was derived from, if it is an auto-generated payload type.
36
37
def initialize
38
super
0 commit comments