Expand description
GraphQL → Protobuf type mapping and .proto file generation.
Functions§
- generate_
proto_ file - Generate a complete
.protofile from a compiled schema. - graphql_
to_ proto_ type - Map a GraphQL type name to a Protobuf type name.
- graphql_
to_ row_ view_ type - Map a GraphQL type name to a
RowViewColumnTypefor SQL view generation. - needs_
well_ known_ import - Returns
trueif the given protobuf type requires an import of a well-known type.protofile.