question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[v2] Cannot convert value to AST: IntValue{value=1}

See original GitHub issue

When I click: image

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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
jimkyndemeyercommented, Mar 10, 2019

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.

0reactions
blacksmoke26commented, Mar 11, 2019

Issue solved. Thank You!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found