Replies: 2 comments
-
At the moment, there is no way how to call two identical fields twice in one request. I have ideas how to make it work but, at the moment, there is no an easy way to support it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this also the case for Mutations with sub mutations? Is this also not supported yet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon
I have a requirement where I'm calling the same query field with different arguments within the same query. Here is a simplified example of what I'm trying to achieve:
This results in an error "Fields userById conflicts because they have differing arguments. Use different aliases on the fields to fetch both if this was intentional."
Is there any way I can provide an alias for each of these? Is there another approach to achieve this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions