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
query "SELECT gf
from
graphql.field gf
where
gf.name = $1
and gf.parent_type = $2
and coalesce(gf.parent_arg_field_name, '') = coalesce($3, '')" returned more than one row
and exits with code 1.
Discussion
I'm not asking for help solving my particular issue, however
At the boundaries of operations where gqty is working w/ it's deps and asserting on fallible operations, some logging/messaging/etc could be helpful to isolate where/why the problem is occurring
The text was updated successfully, but these errors were encountered:
gqty generate only does an introspection query, there isn't anything special, you can do introspection queries outside of gqty and also debug from there
Problem
$ gqty generate
yields:and exits with code 1.
Discussion
The text was updated successfully, but these errors were encountered: