APIKeyCreated
No description
type APIKeyCreated {
apiKey: APIKey!
token: String!
}
Fields
APIKeyCreated.apiKey ● APIKey! non-null object
APIKeyCreated.token ● String! non-null scalar
Returned By
createAPIKey mutation