Skip to content

Commit 2a7d2b1

Browse files
committed
fix: fix missing schema in fastify integration
1 parent a3e7bd6 commit 2a7d2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/apollo-as-integrations-fastify+graphql-jit+type-graphql.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const {
1414

1515
const cache = {};
1616

17-
createTypeGraphQLSchema().then(() => {
17+
createTypeGraphQLSchema().then((schema) => {
1818
const server = new ApolloServer({
1919
schema,
2020
plugins: [fastifyApolloDrainPlugin(app)],

0 commit comments

Comments
 (0)