gituserjava

Results 28 comments of gituserjava

Meanwhile is there a work around? I tried `# eslint-disable-next-line` and `# eslint-ignore` and both are not recognized by the library for .graphql files. Please advise.

#1063 did not work for me.

@B2o5T , I have invited you to one of my test repository. Please let me know if you are able to access it. I am using similar config.json file for...

I have fixed the error, can you please take this repo and configuration as reference? The slowness is not noticeable in local but only noticeable when running in AWS ECS...

@dimaMachina , did you get a chance to look into this?

Currently playground supports only one file? Can it support multiple files which sometimes may be in sub directories.

No this did not work for me, what is the syntax to use in Graph ql schema files? I am trying as below, please advise. ``` # eslint-ignore extend type...

No this did not work and I believe it is because the graph ql schema is trying to find the parent schema to prepare the consolidated schema. Is there a...

@B2o5T, any work around for this?

No @B2o5T, the rule that you pointed out is checking for all occurrences of inputs. We want to check it only for top level input which is defined within mutation...