Skip to content

Commit 8983b64

Browse files
committed
GraphQL: addresses(), plural
1 parent 9fe1796 commit 8983b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/reference/field-types/addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ query Headquarters {
9494

9595
```graphql
9696
query MyAddresses {
97-
address(ownerId: 123) {
97+
addresses(ownerId: 123) {
9898
addressLine1
9999
# ...
100100
}

0 commit comments

Comments
 (0)