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

[Runtime error]: Input Object type X must define one or more fields (Hasura) #400

Open
juhaelee opened this issue Nov 25, 2022 · 0 comments
Labels
Bug Something isn't working

Comments

@juhaelee
Copy link

About

I'm trying to use the urql debugger (my backend is using hasura) and I'm getting the following errors:

Error: Input Object type teammembers_order_by must define one or more fields.

Type teammembers must define one or more fields.

Input Object type questiontags_stream_cursor_value_input must define one or more fields.

Input Object type teammembers_stream_cursor_value_input must define one or more fields.

I'm not sure where the questiontags_stream_cursor_value_input and the teammembers_stream_cursor_value_input is coming from since I'm not using subscriptions at all and those appear to be related to Hasura subscription queries.

Stack trace

Error: Input Object type teammembers_order_by must define one or more fields.

Type teammembers must define one or more fields.

Input Object type questiontags_stream_cursor_value_input must define one or more fields.

Input Object type teammembers_stream_cursor_value_input must define one or more fields.
  at g (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:328838)
  at l (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:325443)
  at chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:401434
  at He (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:401650)
  at $e (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:401237)
  at chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:1149767
  at h (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:1144398)
  at Ps.<anonymous> (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:1146172)
  at chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:183984
  at Ps.setOption (chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/panel.js:2:260272)

Additional info

environment version
browser Chrome 69
urql 0.0.0
urql devtools 0.0.0
@urql/devtools 0.0.0
@JoviDeCroock JoviDeCroock added the Bug Something isn't working label Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants