Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

null response when using _Any scalar type #298

Open
newerbie opened this issue Sep 28, 2022 · 1 comment
Open

null response when using _Any scalar type #298

newerbie opened this issue Sep 28, 2022 · 1 comment

Comments

@newerbie
Copy link

Hi, dear team. I defined a custom scalar type _Any and used it as follows:
`scalar _Any

type query {
configs: _Any
}`

But it returns a null response without error when querying the operation configs. What I expect is the response with specific content to be returned. Could you please give me some instructions? Thank you.

@Aenimus
Copy link

Aenimus commented Oct 20, 2022

Hi,

Could you try naming it without a leading underscore?

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

No branches or pull requests

2 participants