ImportInput
Defines the input for templates and contracts.
input ImportInput {
contracts: [ContractImportInput!]
templates: [TemplateImportInput!]
}
Fields
ImportInput.contracts
● [ContractImportInput!]
list input
The contracts to import.
ImportInput.templates
● [TemplateImportInput!]
list input
The templates to import.
Must be ordered with parents before their children (i.e. top-down hierarchy).
Member Of
import
mutation