Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Add Domain mutation.

Operation details

FieldValue
NameaddDomain
GroupProjects
TypeMutation
SignatureaddDomain(input: AddDomainInput!): AddDomainPayload

Playground

Query

Query
mutation AddDomain($input: AddDomainInput!) {
  addDomain(input: $input) {
    environment {
      id
      name
      createdAt
      updatedAt
      domains
      protected
    }
  }
}

Variables

Variables
{
  "input": {
    "environmentId": "",
    "domain": ""
  }
}