Skip to content

Commit

Permalink
Fix minor typo in relay guide docs (#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsealk authored Aug 4, 2024
1 parent 2d9ce61 commit f4ecb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/relay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The connection resolver for `relay.ListConnection` should return one of those:
As demonstrated above, the `Node` field can be used to retrieve/refetch any
object in the schema that implements the `Node` interface.

It can be defined in in the `Query` objects in 4 ways:
It can be defined in the `Query` objects in 4 ways:

- `node: Node`: This will define a field that accepts a `GlobalID!` and returns
a `Node` instance. This is the most basic way to define it.
Expand Down

0 comments on commit f4ecb67

Please sign in to comment.