Skip to content

Commit e5ea9b5

Browse files
committed
schema coordinates rfc: use colons for arguments
1 parent 109e3c6 commit e5ea9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/SchemaCoordinates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ We can write the following list of Schema Coordinates:
103103
- `Business.owner` uniquely identifies the "owner" field on the "Business" type
104104
- `Query.searchBusinesses` uniquely identifies the "searchBusinesses" field on
105105
the "Query" type
106-
- `Query.searchBusinesses(name)` uniquely identifies the "name" argument on the
106+
- `Query.searchBusinesses(name:)` uniquely identifies the "name" argument on the
107107
"searchBusinesses" field on the "Query" type
108108

109109
This RFC standardizes how we write coordinates GraphQL Schema members as above.

0 commit comments

Comments
 (0)