Skip to content

Commit

Permalink
Change top level query which breaks clients
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed Aug 15, 2023
1 parent b9bd9cf commit 3668dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/trips/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extend schema
@link(url: "https://specs.apollo.dev/federation/v2.3", import: ["@key"])

type Query {
currentTrip(userId: ID!): Trip
currentTrips(userId: ID!): Trip
}

type Trip @key(fields: "id") {
Expand Down

0 comments on commit 3668dfe

Please sign in to comment.