create_api_key#
Create an API key.
Arguments#
Returns#
response_type
| single
response_object
| ApiKeyResp
Mutation example
mutation {
create_api_key(input: {}) {
error {
detail
status
}
data {
_id
}
}
}
Create an API key.
response_type
| single
response_object
| ApiKeyResp
Mutation example
mutation {
create_api_key(input: {}) {
error {
detail
status
}
data {
_id
}
}
}