RoomOptionalInput
No description
Fields#
id (ID)#
This a primary key for Room
name (String)#
This is the name of the room that will be displayed.
notes (String)#
This is a short written message that aids the user who will use the room.
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
meshId (ID)#
target for room
systemUserId (Int)#
accountUserId (Int)#
bookings (RoomBookingsHasManyInput)#
This is the mutation object for RoomBookingsHasMany
mesh (RoomMeshBelongsToInput)#
This is the mutation object for RoomMeshBelongsTo
systemUser (RoomSystemUserBelongsToInput)#
This is the mutation object for RoomSystemUserBelongsTo
accountUser (RoomAccountUserBelongsToInput)#
This is the mutation object for RoomAccountUserBelongsTo
groups (RoomGroupsBelongsToManyInput)#
This is the mutation object for RoomGroupsBelongsToMany