Skip to content

Commit

Permalink
Fix introspection test to add queryType and mutationType
Browse files Browse the repository at this point in the history
  • Loading branch information
yishus authored and fzaninotto committed Oct 23, 2018
1 parent 8b87453 commit b8b3a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-data-graphql/src/introspection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ describe('introspection', () => {
Promise.resolve({
data: {
__schema: {
queryType: { name: 'Query' },
mutationType: { name: 'Mutation' },
types: [
{
name: 'Query',
Expand Down

0 comments on commit b8b3a26

Please sign in to comment.