Skip to main content

DomainPath

type DomainPath implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
domainID: ID!
path: String!
pathType: DomainPathPathType!
pathID: String
domain: Domain!
page: Page
redirect: DomainRedirect
blog: Blog
}

Fields

DomainPath.id ● ID! non-null scalar

DomainPath.createdAt ● Time! non-null scalar

DomainPath.updatedAt ● Time! non-null scalar

DomainPath.companyID ● String! non-null scalar

DomainPath.domainID ● ID! non-null scalar

DomainPath.path ● String! non-null scalar

DomainPath.pathType ● DomainPathPathType! non-null enum

DomainPath.pathID ● String scalar

DomainPath.domain ● Domain! non-null object

DomainPath.page ● Page object

DomainPath.redirect ● DomainRedirect object

DomainPath.blog ● Blog object

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification

Returned By

upsertBlogDomainPath mutation ● upsertPageDomainPath mutation

Member Of

Blog object ● DomainPathEdge object ● DomainRedirect object ● Page object