Skip to content

InterfaceSpecificationVersionInput

Input to create an InterfaceSpecificationVersion

graphql
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

Released under the MIT License.