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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: