Skip to content

Commit

Permalink
Update doc/dev/decisionrecords/APIGraphQLDesign.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Ehrenfried <[email protected]>
  • Loading branch information
optionsome and leonardehrenfried authored Dec 9, 2024
1 parent 1689bfd commit 2e7720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dev/decisionrecords/APIGraphQLDesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stops, trips and routes. Very often OTP has a _finite_ list of entities in memor

## Refetching

We often use `type(id)` format queries for fetching or refetching an entities or value objects of type by id. Additionally,
We often use `type(id)` format queries for fetching or refetching entities or value objects of type by id. Additionally,
the GTFS GraphQL API has a node interface and query for refetching objects which follow the
[GraphQL Global Object Identification Specification](https://relay.dev/graphql/objectidentification.htm). We should not use the
node interface or query for non-entities (such as Itineraries and Legs) which do not always have an ID and/or which IDs are not
Expand Down

0 comments on commit 2e7720f

Please sign in to comment.