Does pagination connection work on unions? #839
-
|
Can I do something like
and then use that on either of the types to generation a connection from it? like If not is there an alternative to form of pagination for unions or a planned feature? Right now when I attempt this on a union, I get an error |
Beta Was this translation helpful? Give feedback.
Answered by
srinivasankavitha
Jan 25, 2022
Replies: 1 comment 1 reply
-
|
Hi - it is currently expected to work for objects and interfaces. We haven't added this for unions. Could you please open an issue for adding support for unions? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BCantos17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi - it is currently expected to work for objects and interfaces. We haven't added this for unions. Could you please open an issue for adding support for unions?