Update schema

This commit is contained in:
Ramon Wenger 2022-06-23 16:07:02 +02:00
parent a89bf06c53
commit cc28a44c6a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ input AddRoomArgument {
input AddRoomEntryArgument {
title: String!
contents: [ContentElementInput]
room: ID!
slug: String!
}
input AddRoomEntryInput {