Skip to main content

InterfaceSpecificationVersionInput

Input to create an InterfaceSpecificationVersion

input InterfaceSpecificationVersionInput {
parts: [InterfacePartInput!]
tags: [String!]!
templatedFields: [JSONFieldInput!]!
version: String!
}

Fields

InterfaceSpecificationVersionInput.parts ● [InterfacePartInput!] list input

Initial InterfaceParts

InterfaceSpecificationVersionInput.tags ● [String!]! non-null scalar

The tags of the created InterfaceSpecificationVersion

InterfaceSpecificationVersionInput.templatedFields ● [JSONFieldInput!]! non-null input

Initial values for all templatedFields

InterfaceSpecificationVersionInput.version ● String! non-null scalar

The version of the created InterfaceSpecificationVersion

Member of

CreateInterfaceSpecificationInput input ● InterfaceSpecificationInput input