AiBuildStructureSourceInput
The source to reconstruct from, as a discriminated union: type selects which subpayload must be present. The resolver validates that type matches the populated field (and that the others are absent).
input AiBuildStructureSourceInput {
html: AiStructureHtmlSourceInput
type: AiStructureSourceType!
url: AiStructureUrlSourceInput
}
Fields
AiBuildStructureSourceInput.html ● AiStructureHtmlSourceInput input
Required when type is HTML; must be absent otherwise.
AiBuildStructureSourceInput.type ● AiStructureSourceType! non-null enum
AiBuildStructureSourceInput.url ● AiStructureUrlSourceInput input
Required when type is URL; must be absent otherwise.
Member Of
AiBuildStructureFromSourceInput input ● AiBuildStructureFromSourceLandingPageInput input


