chore: Build graphQL query type dynamically
This commit is contained in:
@@ -4,7 +4,6 @@ import graphQLSchema from '../graphql/graphql-schema'
|
||||
|
||||
const graphQLInstance = graphqlHTTP({
|
||||
schema: graphQLSchema,
|
||||
rootValue: rootResolver,
|
||||
graphiql: true,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user