Skip to main content

CreateDomainPathInput

CreateDomainPathInput is used for create DomainPath object. Input was generated by ent.

input CreateDomainPathInput {
path: String!
pathType: DomainPathPathType!
pathID: String
domainID: ID!
pageID: ID
redirectID: ID
blogID: ID
}

Fields

CreateDomainPathInput.path ● String! non-null scalar

CreateDomainPathInput.pathType ● DomainPathPathType! non-null enum

CreateDomainPathInput.pathID ● String scalar

CreateDomainPathInput.domainID ● ID! non-null scalar

CreateDomainPathInput.pageID ● ID scalar

CreateDomainPathInput.redirectID ● ID scalar

CreateDomainPathInput.blogID ● ID scalar