You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus on .graphql file with query, as it attempts to parse popups show parse exception
Parsing Errors prevent plugin from functioning normally
Expected:
Can successfully parse and start introspecting and highlighting queries
Latest Version of Plugin, using in Android App on .graphql files
Have been able to manually edit and find a lot of value in the plugin, but in order to increase ease of adoption I would like to find a solution for downloading the schema and parsing smoothly.
Link to Repo with Reproduction or Steps to Reproduce:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version and Environment Details
Operation system: [version]
IDE name and version: [version]
Plugin version: [version]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @SriwanKm ! Do you still experience this issue? Looks like you had this error due to a default values mismatch. You could skip them in introspection by choosing this option:
Actually, I think that we could skip validating default values (at least do not fail schema building completely on conflicting definitions) and remove that option because IMHO it's confusing for the user (as for me, I also always forget why do we have it here 😄). I'm not sure if a default value is a part of the parameter signature, so I'm waiting for the response from the GraphQL team, but I don't think I'll get it ever 😞.
Steps to Reproduce:
Parsing Errors prevent plugin from functioning normally
Expected:
Can successfully parse and start introspecting and highlighting queries
Latest Version of Plugin, using in Android App on .graphql files
Have been able to manually edit and find a lot of value in the plugin, but in order to increase ease of adoption I would like to find a solution for downloading the schema and parsing smoothly.
Link to Repo with Reproduction or Steps to Reproduce:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version and Environment Details
Operation system: [version]
IDE name and version: [version]
Plugin version: [version]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: