Installation¶
Dependencies¶
Python (required for code generation)
Language-Specific Requirements¶
GCC or compatible C compiler:
G++ with C++14 support:
Node.js and npm:
Python 3.8 or later (already required for code generation).
GraphQL schemas can be used with any GraphQL server implementation.
Quick Start¶
-
Install the Python dependency:
-
Clone the repository:
-
Generate code from a proto file:
-
Use the generated code in your project.
Next Steps¶
- Learn about Code Generation options
- See Language Usage for language-specific examples
- Understand Message Definitions for proto file syntax