Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Oct 4, 2024
1 parent cad37e0 commit 65a92e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions query-planner-js/src/__tests__/buildPlan.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ describe('@requires', () => {
id: ID!
a: A
}
type A {
a1: Int
a2: Int
Expand All @@ -3025,14 +3025,14 @@ describe('@requires', () => {

const [api, queryPlanner] = composeAndCreatePlanner(subgraph1, subgraph2);
const operation = operationFromDocument(
api,
gql`
{
t {
b
}
api,
gql`
{
t {
b
}
`,
}
`,
);

const plan = queryPlanner.buildQueryPlan(operation);
Expand Down

0 comments on commit 65a92e6

Please sign in to comment.