CreateDashboardGuestTokenInput
Autogenerated input type of CreateDashboardGuestToken
input CreateDashboardGuestTokenInput {
clientMutationId: String
companyId: Int!
}
Fields
CreateDashboardGuestTokenInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateDashboardGuestTokenInput.companyId
● Int!
non-null scalar
Member of
createDashboardGuestToken
mutation