Skip to main content

PendingCompanies

type PendingCompanies implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
clerkUserMembershipID: String!
companyID: ID!
company: Company!
}

Fields

PendingCompanies.id ● ID! non-null scalar

PendingCompanies.createdAt ● Time! non-null scalar

PendingCompanies.updatedAt ● Time! non-null scalar

PendingCompanies.clerkUserMembershipID ● String! non-null scalar

PendingCompanies.companyID ● ID! non-null scalar

PendingCompanies.company ● Company! non-null object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification