Skip to main content

Interface: GqlApiKeyCreateInput

Defined in: type/GqlApiKeyCreateInput.ts:5

Input object for GqlApiKeyCreateInput

Properties

active

active: boolean

Defined in: type/GqlApiKeyCreateInput.ts:9

Whether the API key is active


channelId?

optional channelId?: number

Defined in: type/GqlApiKeyCreateInput.ts:13

Channel ID associated with this API key, if not provided, the default channel will be used


name

name: string

Defined in: type/GqlApiKeyCreateInput.ts:7

Name for the API key


roles?

optional roles?: GqlApiKeyRoleInput[]

Defined in: type/GqlApiKeyCreateInput.ts:11

Roles assigned to this API key