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.
1 parent 2d9ce61 commit f4ecb67Copy full SHA for f4ecb67
1 file changed
docs/guides/relay.mdx
@@ -194,7 +194,7 @@ The connection resolver for `relay.ListConnection` should return one of those:
194
As demonstrated above, the `Node` field can be used to retrieve/refetch any
195
object in the schema that implements the `Node` interface.
196
197
-It can be defined in in the `Query` objects in 4 ways:
+It can be defined in the `Query` objects in 4 ways:
198
199
- `node: Node`: This will define a field that accepts a `GlobalID!` and returns
200
a `Node` instance. This is the most basic way to define it.
0 commit comments