chore: update codegen config for enum naming convention (#9751)
Co-authored-by: etiennejouan <jouan.etienne@gmail.com>
This commit is contained in:
@ -239,7 +239,7 @@ const defaultResponseData = {
|
||||
const fieldRelationResponseData = {
|
||||
...defaultResponseData,
|
||||
id: FIELD_RELATION_METADATA_ID,
|
||||
type: FieldMetadataType.Relation,
|
||||
type: FieldMetadataType.RELATION,
|
||||
};
|
||||
|
||||
export const responseData = {
|
||||
|
||||
Reference in New Issue
Block a user