Skip to content

Commit 12a1cad

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#1196 from xuorig/patch-1
Fix documentation on `ObjectType.mutation`
2 parents 6a9f7cc + 9945581 commit 12a1cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/object_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ObjectType < GraphQL::BaseType
3232
# @return [Hash<String => GraphQL::Field>] Map String fieldnames to their {GraphQL::Field} implementations
3333

3434
# @!attribute mutation
35-
# @return [GraphQL::Relay::Mutation, nil] The mutation this field was derived from, if it was derived from a mutation
35+
# @return [GraphQL::Relay::Mutation, nil] The mutation this object type was derived from, if it is an auto-generated payload type.
3636

3737
def initialize
3838
super

0 commit comments

Comments
 (0)