OBJECT

UserTenant

link GraphQL Schema definition

  • type UserTenant implements Node {
  • id: ID!
  • # The time that the user liked the post.
  • createdAt: Time!
  • userID: ID!
  • tenantID: ID!
  • # The user that created the like.
  • user: User!
  • # The post that the user liked.
  • tenant: Tenant!
  • }

link Require by