Skip to content

Commit

Permalink
Bugfix fix frontend build (#4724)
Browse files Browse the repository at this point in the history
* update @graphql-tools/schema, apollo-server

* install graphql-subscriptions for PubSub
  • Loading branch information
lcampbell2 authored Jul 31, 2023
1 parent f9a3ff9 commit 8cc1aeb
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 1,195 deletions.
3 changes: 2 additions & 1 deletion frontend/mocking/mocker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { makeExecutableSchema } from '@graphql-tools/schema'
import { addMocksToSchema } from '@graphql-tools/mock'
import { getTypeNames } from './faked_schema'
import { ApolloServer, PubSub } from 'apollo-server'
import { ApolloServer } from 'apollo-server'
import { PubSub } from 'graphql-subscriptions'
import faker from 'faker'
import { connectionFromArray } from 'graphql-relay'
import { getStringOfDomains } from './helpers/getStringOfDomains'
Expand Down
Loading

0 comments on commit 8cc1aeb

Please sign in to comment.