Skip to content

Commit

Permalink
Fix schema formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 2, 2024
1 parent ef51b71 commit 0647828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ type QueryType {
walkSpeed: Float,
"Whether the itinerary must be wheelchair accessible. Default value: false"
wheelchair: Boolean
): Plan @async @deprecated(reason: "Use `planConnection` instead.")
): Plan @async @deprecated(reason : "Use `planConnection` instead.")
"""
Plan (itinerary) search that follows
[GraphQL Cursor Connections Specification](https://relay.dev/graphql/connections.htm).
Expand Down

0 comments on commit 0647828

Please sign in to comment.