How to efficiently bind all go struct models with schema type #3177
Unanswered
sharemeans
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to convert my grpc to graphql.
Since all go struct types already done before, is there a simpler way to bind schema types to exsiting go struct models? Autobind did work but schema type definition still needed which means copy & paste.
Schema:
and existing go struct model is mostly no difference:
Maybe my question is stupid, I did't find any discussion about this.
Beta Was this translation helpful? Give feedback.
All reactions