Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Nov 21, 2024
1 parent 71bc454 commit 7f51ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/makeActionsRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ query getActions($input: ActionFilterOptionsInput!) {
}
`;

const schema = createSchema({
const schema = createSchema<GraphQLContext>({
typeDefs: loadSchemaSync('./schema.graphql', {
loaders: [new GraphQLFileLoader()],
}),
Expand Down

0 comments on commit 7f51ad5

Please sign in to comment.