Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clenfest committed May 14, 2024
1 parent d6f99b5 commit dd72c8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions query-planner-js/src/__tests__/buildPlan.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9388,9 +9388,7 @@ describe('@fromContext impacts on query planning', () => {
type U @key(fields: "id") {
id: ID!
b: String!
field(
a: String @fromContext(field: "$context { prop }")
): Int!
field(a: String @fromContext(field: "$context { prop }")): Int!
}
`,
};
Expand Down

0 comments on commit dd72c8e

Please sign in to comment.