Skip to content

Commit

Permalink
looks good
Browse files Browse the repository at this point in the history
  • Loading branch information
gmac committed Jun 2, 2024
1 parent fde0bf5 commit fb3428a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/graphql/stitching/resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ module Stitching
# merged type name to fulfill through this resolver.
:type_name,

# key to select from prior locations
# key to select from prior locations.
:key,

# root field to query for this merged type
# root field to query for this merged type.
:field,

# specifies the name of the argument used to send the key.
:arg,

# specifies if the resolver is a list endpoint (preferred)
# specifies if the resolver is a list endpoint.
:list,

# specifies if keys should be sent to the servive as primitive representations.
# specifies if keys should be sent to the resolver as primitive representations with __typename and key.
:representations,
keyword_init: true
) do
Expand Down

0 comments on commit fb3428a

Please sign in to comment.