Writing graphql is hard if I don’t have autocomplete
I wish it would display the options I could use
(For example like graphql in postman but with search that works in child elements)
Yes
For me it gives a results that aren’t allowed
Have you upgraded to the latest version before using it?
2.6.15
It would be helpful if you could provide your steps and screenshots.
Its hard to give screenshots
I made a query
If I press a I get auto-request recommendations like a50a
It feels like it has no clue what values are allowed in the object I’m in atm
Apidog’s auto completion is based on GraphQL Schema. For example, if you enter “query {}” and enter “a” in the brace, all queryable objects starting with “a” in the schema will be listed.
Could you please let me know your expectations?
I expect that it just lists the values I can write in the object
If I have something like { “a”: {“b”:3},“c”: {“d”:4}}
I expect that recomendations:
[a,c]
a[b]
c[d]
If I querry from object a I don’t need the field d in my recomendations
Yes
Have you upgraded to the latest version before using it?
2.6.15
Its hard to give screenshots
I made a query
If I press a I get auto-request recommendations like a50a
It feels like it has no clue what values are allowed in the object I’m in atm
I expect that it just lists the values I can write in the object