APIKey
No description
type APIKey {
id: UUID!
token: String!
name: String!
description: String!
createdAt: Time!
}
Fields
APIKey.id
● UUID!
non-null scalar
APIKey.token
● String!
non-null scalar
APIKey.name
● String!
non-null scalar
APIKey.description
● String!
non-null scalar
APIKey.createdAt
● Time!
non-null scalar
Returned by
createAPIKey
mutation
Member Of
User
object