Projects STRLCPY graphql-engine Files
🤬
14 lines | ISO-8859-1 | 746 bytes

To generate GraphQL types for Schema Registry service, Run yarn generate-schema-registry-gql-types from the /frontend directory

Note: The command uses the config file frontend/schema-registry-graphql-codegen.yml. It uses the lux localdev endpoint and the localdev admin secret. Make sure those reflect the current localdev environment. Please update it accordingly if needed.

Important note

The InputMaybe type is not generated by the codegen tool becuase of issues in the version that we use. For now, ensure you add this line at the top of the file whenever you regenerate the types: Reference to the issue: https://github.com/dotansimha/graphql-code-generator/issues/7774

export type InputMaybe<T> = Maybe<T>;
Please wait...
Page is in error, reload to recover