ApiKeyGenerateInput
Autogenerated input type of ApiKeyGenerateInput Type
Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| expiresInDays | Int | Number of days until expiration (omit for never-expiring key) |
| name required | String! | Friendly name for the API key |
| scope | String | Access level: read_only or read_write |
