Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add Domain mutation.
addDomain
addDomain(input: AddDomainInput!): AddDomainPayload
mutation AddDomain($input: AddDomainInput!) { addDomain(input: $input) { environment { id name createdAt updatedAt domains protected } } }
{ "input": { "environmentId": "", "domain": "" } }