Skip to main content

RoomOptionalInput

No description

type RoomOptionalInput {
id: ID
name: String
notes: String
createdAt: GQLTDate
updatedAt: GQLTDate
meshId: ID
systemUserId: Int
accountUserId: Int
bookings: RoomBookingsHasManyInput
mesh: RoomMeshBelongsToInput
systemUser: RoomSystemUserBelongsToInput
accountUser: RoomAccountUserBelongsToInput
groups: RoomGroupsBelongsToManyInput
}

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