getApiKey
This mutation allows to get new API key. It will revoke the old one. That key is used for authorization in the system. That mutation doesn't require any input. It will use your authorization token to identify user.
getApiKey: String!
Type
String
scalar
The
String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.