Studio Service

Token

Token

A api access in Studio for the org.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the api access.
orgIdUUID!The id of the organization that api belong to.
userIdUUID!The user/system connected to this api token
nameString!
permissions[String]!
permissionSets[UUID]!
lastUsedDatetime
deactivatedAtDatetimeThe timestamp when the api is got deactivated.
createdAtDatetime
updatedAtDatetime
deletedAtDatetime
createdByUUID
updatedByUUID
orgByOrgIdOrgReads a single `Org` that is related to this `Token`.
userByUserIdUserReads a single `User` that is related to this `Token`.
userByCreatedByUserReads a single `User` that is related to this `Token`.
userByUpdatedByUserReads a single `User` that is related to this `Token`.