RestApiKeyCreateInput
Input for creating a new REST API key
input RestApiKeyCreateInput {
name: String!
active: Boolean!
}
Fields
RestApiKeyCreateInput.name ● String! non-null scalar
Name for the API key
RestApiKeyCreateInput.active ● Boolean! non-null scalar
Whether the API key is active
Member Of
restApiKeyCreate mutation