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
jhiode and Emanuel Kluge committed Oct 28, 2019
1 parent bdf79ac commit e5279b8
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 e5279b8

Please sign in to comment.