Update schema
This commit is contained in:
parent
a89bf06c53
commit
cc28a44c6a
|
|
@ -118,7 +118,7 @@ input AddRoomArgument {
|
||||||
input AddRoomEntryArgument {
|
input AddRoomEntryArgument {
|
||||||
title: String!
|
title: String!
|
||||||
contents: [ContentElementInput]
|
contents: [ContentElementInput]
|
||||||
room: ID!
|
slug: String!
|
||||||
}
|
}
|
||||||
|
|
||||||
input AddRoomEntryInput {
|
input AddRoomEntryInput {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue