Iddo Gino

Results 6 comments of Iddo Gino

Hey Alex, Look at test/driverTests.js:19. That section is commented out, as those tests are commented out. If you un-comment that section, the http tests will run. The reason for that...

It'll have a full log (default) / silent log option

Will also be able to pass file logs will be written to

Will also be able to pass configuration file with users and keys

This is how GraphQL handles it: https://graphql.org/learn/queries/#directives

I am facing a similar issue at the moment. This is how I have configured the apollo client: ``` const GRAPHQL_URL = '########################'; import possibleTypes from '~/possibleTypes.json' import { IntrospectionFragmentMatcher,...