You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. This looks complex enough I think we'd need to do it as some sort of plugin (or maybe even two, one for neo4j and one for gogm). I've created #237 to track setting up a plugin API; it will require some careful design.
Is your feature request related to a problem? Please describe.
I would like to generate types from a graphql schema with neo4j graphql directives, and convert those to gogm-compatible struct tags.
gogm
style struct tags for variable names.For instance:
Example of graphql with neo4j directives:
Describe the solution you'd like
Example of generated code:
Would be helpful to even pass a json/yaml or have an annotation-based approach to define struct tags for the different directives
Describe alternatives you've considered
I can manually parse graphql and emit struct_tags of appropriate types for gogm
The text was updated successfully, but these errors were encountered: