Skip to main content

UserMesh

This is a user mesh table

type UserMesh {
userId: ID!
meshId: ID!
createdAt: GQLTDate!
updatedAt: GQLTDate!
user: User
mesh: Mesh
}

Fields#

userId (ID!)#

The ID of an object

meshId (ID!)#

The ID of an object

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

user (User)#

user mesh belongsTo user

mesh (Mesh)#

user mesh belongsTo mesh