js-graphql-intellij-plugin icon indicating copy to clipboard operation
js-graphql-intellij-plugin copied to clipboard

Allow to config http method in introspect url instead of hard code to HttpPost

Open goxiaoy opened this issue 3 years ago • 3 comments

graphql-config support to config http method https://github.com/kamilkisiela/graphql-config/issues/23

goxiaoy avatar Apr 10 '21 15:04 goxiaoy

Since plugin supports v3 now, maybe we can also support schema method specifying? Right now I don't see that this option supported

newsiberian avatar Apr 19 '23 07:04 newsiberian

@newsiberian Oh, I totally remember that issue. The migration to the new configuration format and related stuff took forever, so it looks like something got left out of the scope. Will look into that a bit later.

vepanimas avatar Apr 19 '23 11:04 vepanimas

That's awesome that you have an intention to implement support that @vepanimas 🙏 I will be very thankful. For now I can say, that I tried to add such lines:

schema: [
        {'https://**-schema-storage.s3.amazonaws.com/command.graphql': {method: 'GET'}},
]

but it, as you know, had no effect

newsiberian avatar Apr 20 '23 17:04 newsiberian