-
Notifications
You must be signed in to change notification settings - Fork 146
Fields with arguments cause GraphQL Error #190
Comments
That looks like a GraphQL syntax error - parsing the type definition SDL I'm assuming. Can you share the typedefs you're using and how you are calling |
It looks like the issue is with fields that have arguments. For example, with this schema:
In this example, I want to use a custom resolver to generate the URL. |
If you are implementing a custom resolver for So your example should look something like this:
Then this GraphQL query:
would return
The generated Cypher query then excludes the
We initially had some logic to automatically add the Could you give the |
@johnymontana That works! Thank you |
After upgrading from 2.1.1 to 2.3.1, I get the following error immediately upon starting my server:
The text was updated successfully, but these errors were encountered: