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
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
The text was updated successfully, but these errors were encountered:
About
I'm trying to use the urql debugger (my backend is using hasura) and I'm getting the following errors:
I'm not sure where the
questiontags_stream_cursor_value_input
and theteammembers_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
Additional info
The text was updated successfully, but these errors were encountered: