Skip to content

Commit

Permalink
fix(graphql): add graphqlUri to browser whitelist
Browse files Browse the repository at this point in the history
Co-Authored-By: Emanuel Kluge <emanuel.kluge@xing.com>
  • Loading branch information
2 people authored and actions-user committed Nov 11, 2019
1 parent b516e97 commit 4b46ff4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/graphql/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
fragmentsFile: '<rootDir>/fragmentTypes.json',
graphqlMockServerPath: '/graphql',
shouldPrefetchOnServer: true,
browserWhitelist: {
graphqlUri: true,
},
configSchema: {
fragmentsFile: {
type: 'string',
Expand Down

0 comments on commit 4b46ff4

Please sign in to comment.