CreatedApiKey
A freshly created API key. plaintextKey is returned exactly once — it is never stored and cannot be recovered.
type CreatedApiKey {
apiKey: OrgApiKey!
plaintextKey: String!
}
Fields
CreatedApiKey.apiKey ● OrgApiKey! non-null object
CreatedApiKey.plaintextKey ● String! non-null scalar
Member Of
ApiKeyMutations object