mutation surport Union Types? #746
Unanswered
tangmingkao
asked this question in
Q&A
Replies: 1 comment
-
You mean if you can execute multiple mutations in one call? Sure! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
when i use mutation,can surport Union Types?
just like this in graphiql devtools
mutation{ cancleAskOrders: cancelOrder(pairId: 1,direction: ASK){ status } cancleBidOrders: cancelOrder(pairId: 1,direction: BID){ status } }
Beta Was this translation helpful? Give feedback.
All reactions