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 109e3c6 commit e5ea9b5Copy full SHA for e5ea9b5
rfcs/SchemaCoordinates.md
@@ -103,7 +103,7 @@ We can write the following list of Schema Coordinates:
103
- `Business.owner` uniquely identifies the "owner" field on the "Business" type
104
- `Query.searchBusinesses` uniquely identifies the "searchBusinesses" field on
105
the "Query" type
106
-- `Query.searchBusinesses(name)` uniquely identifies the "name" argument on the
+- `Query.searchBusinesses(name:)` uniquely identifies the "name" argument on the
107
"searchBusinesses" field on the "Query" type
108
109
This RFC standardizes how we write coordinates GraphQL Schema members as above.
0 commit comments