CreateApiKeyInput
Autogenerated input type of CreateApiKey
input CreateApiKeyInput {
clientMutationId: String
companyId: ID!
name: String!
description: String
type: ApiKeyTypeEnum!
expiresAt: ISO8601DateTime!
accessProfileId: ID
teamIds: [ID!]
accesses: AccessInput
}
Fields
CreateApiKeyInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateApiKeyInput.companyId
● ID!
non-null scalar
CreateApiKeyInput.name
● String!
non-null scalar
CreateApiKeyInput.description
● String
scalar
CreateApiKeyInput.type
● ApiKeyTypeEnum!
non-null enum
CreateApiKeyInput.expiresAt
● ISO8601DateTime!
non-null scalar
CreateApiKeyInput.accessProfileId
● ID
scalar
CreateApiKeyInput.teamIds
● [ID!]
list scalar
CreateApiKeyInput.accesses
● AccessInput
input
Member Of
createApiKey
mutation