Splitting graphql_object into multiple impl blocks for a single struct
#1079
Answered
by
ilslv
NeotenicPrimate
asked this question in
Q&A
|
I am using macros to remove some of the boilerplate. Is there any way to create multiple I hope my question makes sense. Please tell me if you think I need to add information. |
Answered by
ilslv
Jul 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately we don't support multiple impl blocks for a single struct. See #553 for more info.