Variable createAPIKeyConst

createAPIKey: "\n mutation CreateAPIKey($organization: String!, $input: APIKeyInput!) {\n createAPIKey(organization: $organization, input: $input) {\n name\n description\n value\n urn\n }\n }\n" = ...

Generated using TypeDoc