Skip to content

selectQueryOrMutationField seems not working #2921

Answered by santino
shadikkhan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AndroidHitchhiking ,

Thanks for sharing the swagger json, which is very useful.

I believe the issue is that you're not using the correct title.
From Swagger specs I see that the OAS title is "Api Documentation", you are instead using "getCommunicationNotification".

In addition to this, you're setting "method" as a key, whilst instead, it should be "title".

I believe that you need to change your config to this:

selectQueryOrMutationField:
  - title: "Api Documentation"
    path: /ContentList/CommunicationNotification
    method: post
    type: Query

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@shadikkhan
Comment options

Comment options

You must be logged in to vote
1 reply
@shadikkhan
Comment options

Answer selected by shadikkhan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants