diff --git a/backend/src/graphql/types/type/Post.gql b/backend/src/graphql/types/type/Post.gql index 2d190994c..0a0e571d5 100644 --- a/backend/src/graphql/types/type/Post.gql +++ b/backend/src/graphql/types/type/Post.gql @@ -226,7 +226,7 @@ type Mutation { slug: String content: String! files: [FileInput] - image: ImageInput, + image: ImageInput visibility: Visibility language: String categoryIds: [ID] @@ -242,7 +242,7 @@ type Mutation { content: String! contentExcerpt: String files: [FileInput] - image: ImageInput, + image: ImageInput visibility: Visibility language: String categoryIds: [ID]