CreateDashboardGuestTokenPayload
Autogenerated return type of CreateDashboardGuestToken
type CreateDashboardGuestTokenPayload {
clientMutationId: String
guestToken: String!
}
Fields
CreateDashboardGuestTokenPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateDashboardGuestTokenPayload.guestToken
● String!
non-null scalar
Returned by
createDashboardGuestToken
mutation