anybody have any tips for generating graphql files...
# development
h
anybody have any tips for generating graphql files as part of a pants build? Is there a backend I need to enable?
c
generating
.graphql
files from what input source? (I don’t think there is anything in Pants currently that does this out of the box)
h
a graphql schema (*.graphqls)
that will generate my *.go files needed
h
I don’t think there is an existing plugin for this, but it sounds like it wouldn’t be hard to write
We have a lot of codegen examples to copy from
👍 1
h
I will check it out benjy, thanks
h
Here is where we do protobufs for go, for example