Skip to content

Commit

Permalink
fix(api-headless-cms-import-export): remove export model enum in grap…
Browse files Browse the repository at this point in the history
…hql (#4359)
  • Loading branch information
brunozoric authored Nov 4, 2024
1 parent f068d57 commit 4d34943
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ export const createTypeDefs = (models: NonEmptyArray<CmsModel>): string => {
error: CmsError
}
enum ExportContentEntriesModelsListEnum {
${models.map(model => model.modelId).join("\n")}
}
extend type Query {
getExportContentEntries(id: ID!): ExportContentEntriesResponse!
listExportContentEntries(after: String, limit: Int): ListExportContentEntriesResponse!
Expand Down

0 comments on commit 4d34943

Please sign in to comment.