[v2] Cannot convert value to AST: IntValue{value=1}
See original GitHub issueWhen I click:
Throws error:
9:24 PM GraphQL Introspection Error
'Cannot convert value to AST: IntValue{value=1}
Retry
and Retry does the same, v1 works great but this breaks everything.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
[v2] Cannot convert value to AST: IntValue{value=1} · Issue #217
I've seen this error being thrown by graphql-java which v2 uses to build up the schema. It occurs when the default value of...
Read more >Cannot convert value to AST with Apollo Client & GraphQL .NET
I am facing a weird issue when I use Apollo Client in React to call a .NET GraphQL backend. For some unknown reason...
Read more >"Cannot convert value of type <Custom Scalar> to expected ...
I'm struggling with using “custom scalar” for my GraphQL Apollo iOS App. I want to get “Timestamp” as “UInt64” so I followed solution ......
Read more >Solved: Cannot convert value to type table
Solved: Hi all, I'm pulling xml data from a web URL using PBI desktop. When I have expanded all the columns (due to...
Read more >Cannot convert value of type 'CodeBlockSyntax' to expected ...
Hi, I tried to build an AST parser using swift-syntax on version 0.50000.0. When I came back to the project 2 years later...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the schema. I was able to reproduce and make custom scalars work with introspection.
The fix is in the 2.0.0-alpha-8 which I’ll release later today.
Issue solved. Thank You!