Generate Graphql Operations
generate_graphql_operations
Generate GraphQL operations.
bundle exec fastlane generate_graphql_operations
Environment Variables
| Variable |
|---|
APOLLO_CODEGEN_CONFIG_PATH |
Details
What it does
- Checks if
APOLLO_CODEGEN_CONFIG_PATHis defined - If set, runs the Apollo iOS CLI code generation script:
Scripts/apollo-ios-cli generate --path <config_path>
Notes
- This lane is automatically called by the
testandbeta/releaselanes - If
APOLLO_CODEGEN_CONFIG_PATHis not set, the lane is a no-op - The Apollo iOS CLI script is expected at
Scripts/apollo-ios-clirelative to the project root - For more information see the Apollo iOS documentation