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 have 2 custom resolvers which resolve owner user data for different parent types
it’s defined like this (the on_type is different for another parent type)
push failed: must specify unique names when importing CustomResolvers; duplicate name: ownerData
if I change one field_name to another different string, it can be pushed normally
Moreover, I tried to create a custom resolver in realm web UI, it can be created normally, both resolvers have the same field name
And then I export the app from the web UI, unzip it and try to push it again, it shows the same error as above
The text was updated successfully, but these errors were encountered:
mattohoh
changed the title
Unable to push graphql custom resolvers with same field_name
Unable to push graphql custom resolvers with same field_nameSep 16, 2021
I have 2 custom resolvers which resolve owner user data for different parent types
it’s defined like this (the
on_type
is different for another parent type)when I run realm-cli, it shows error
if I change one field_name to another different string, it can be pushed normally
Moreover, I tried to create a custom resolver in realm web UI, it can be created normally, both resolvers have the same field name
And then I export the app from the web UI, unzip it and try to push it again, it shows the same error as above
The text was updated successfully, but these errors were encountered: