ApiClientTokenCreateMutationInput
input
Create API client mutation input.
Input Fields
name
String!
required
Identifiable name for the API client.
description
String
A more detailed description of what the API client could be used for.
expiresInDays
Int
ExpiresInDays specifies the number of days until the token expires. Must be between 0 and 365 days, inclusive. If not set or set to 0, defaults to 90 days.