ApiKeyCreate (Input)
Data for creating single API key belonging to operator specified in request endpoint
input ApiKeyCreate {
resourceList: [PermissionResource!]!
name: NotEmptyString!
description: String!
usagePurpose: String!
}
Fields
ApiKeyCreate.resourceList ● [PermissionResource!]! non-null enum
ApiKeyCreate.name ● NotEmptyString! non-null scalar
ApiKeyCreate.description ● String! non-null scalar
ApiKeyCreate.usagePurpose ● String! non-null scalar
Describes what the user intends to use this API key for. Set only on creation.
Member Of
createApiKey mutation