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
src/hasura/hasura.service.ts:29:9 - error TS2353: Object literal may only specify known properties, and 'asldkfasdf' does not exist in type 'matchesGenqlSelection & { __args?: { distinct_on?: matches_select_column[]; limit?: number; offset?: number; order_by?: matches_order_by[]; where?: matches_bool_exp; }; }'.
29 asldkfasdf: true,
~~~~~~~~~~
generated/schema.ts:18019:5
18019 matches?: (matchesGenqlSelection & { __args?: {
~~~~~~~
The expected type comes from property 'matches' which is declared here on type 'query_rootGenqlSelection & { __name?: string; }'
Adding an invalid field is not displaying an error indicator. My code:
Graphql schema
The text was updated successfully, but these errors were encountered: