Skip to main content

MeshRequiredInput

No description

type MeshRequiredInput {
id: ID
name: String!
createdAt: GQLTDate
updatedAt: GQLTDate
rooms: MeshRoomsHasManyInput
users: MeshUsersBelongsToManyInput
addresses: MeshAddressesHasManyInput
}

Fields#

id (ID)#

This a primary key for Mesh

name (String!)#

This is a name of the mesh that will displayed.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

rooms (MeshRoomsHasManyInput)#

This is the mutation object for MeshRoomsHasMany

users (MeshUsersBelongsToManyInput)#

This is the mutation object for MeshUsersBelongsToMany

addresses (MeshAddressesHasManyInput)#

This is the mutation object for MeshAddressesHasMany