Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Graphql is an invalid property path ', status='null', description='null', errors=null} #65

Open
shivam0406 opened this issue Jan 31, 2019 · 2 comments

Comments

@shivam0406
Copy link

I am using this library to test the graphql and I followed the document as well.

I observed that some details are missing in the documents.

I have added the arguments and sending the request but while build the query I am getting Graphql invalid property path error.

@NeilChitre2311
Copy link

I am using this library to test the graphql and I followed the document as well.

I observed that some details are missing in the documents.

I have added the arguments and sending the request but while build the query I am getting Graphql invalid property path error.

Did you find a solution for this ?

@chemdrew
Copy link
Contributor

chemdrew commented Nov 7, 2019

Can you see if this article helps? https://americanexpress.io/graphql-for-the-jvm/

It has some examples defining arguments on nested paths. If you still face that error please post your models and the path you are using.
Likely it is some typo, a missing or extra level in the path, or a renamed object with the class name instead of property name being used.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants