Mayank Agarwal

Results 23 comments of Mayank Agarwal

Looks valid will fix in next release. > maybe even use the schema generator from graphql-tools? Its not possible as it throws if there is any error which is bad...

@borekb Currently scope is file. In V3 branch I have made scope configurable. For now you can suppress errors in your test files by disabling the validation rule.

> For my project, I don't always have the *.gql schema types available locally, but I'm able to grab the introspection query json. You can always convert introspection query json...

@ndonnellan Thanks, I have fixed the comment.

This was already added in v3 (will be released soon).

@FredyC in v3 watchman is not removed. It will use NodeWatcher only if watchman is not present.

**relay-modern** support is already added in v3 (will be released soon). For now you can disable directive validation to suppress errors. ```javascript query: { files: [ { match: 'path/to/files', parser:...

@harleyguru You have to add ```@aws_subscribe``` directive type definition in schema file.

@harleyguru share your .gqlconfig.

@harleyguru which graphql client are you using?