Skip to content

Commit

Permalink
Add full stop
Browse files Browse the repository at this point in the history
Matches the use of description in other files
- lib/graphql/types/relay/node_behaviors.rb
- lib/graphql/types/relay/edge_behaviors.rb
- lib/graphql/types/relay/connection_behaviors.rb
  • Loading branch information
devonmathershopify committed Oct 14, 2022
1 parent 5c6d0ad commit a66d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/schema/resolver/has_payload_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def generate_payload_type
resolver_fields = all_field_definitions
Class.new(object_class) do
graphql_name("#{resolver_name}Payload")
description("Autogenerated return type of #{resolver_name}")
description("Autogenerated return type of #{resolver_name}.")
resolver_fields.each do |f|
# Reattach the already-defined field here
# (The field's `.owner` will still point to the mutation, not the object type, I think)
Expand Down

0 comments on commit a66d17b

Please sign in to comment.