Skip to content

CreateInterfaceSpecificationVersionInput ​

Input for the createInterfaceSpecificationVersion mutation

graphql
input CreateInterfaceSpecificationVersionInput {
  interfaceSpecification: ID!
  parts: [InterfacePartInput!]
  tags: [String!]!
  templatedFields: [JSONFieldInput!]!
  version: String!
}

Fields ​

CreateInterfaceSpecificationVersionInput.interfaceSpecification ● ID! non-null scalar ​

The id of the InterfaceSpecification the created InterfaceSpecificationVersion is part of

CreateInterfaceSpecificationVersionInput.parts ● [InterfacePartInput!] list input ​

Initial InterfaceParts

CreateInterfaceSpecificationVersionInput.tags ● [String!]! non-null scalar ​

The tags of the created InterfaceSpecificationVersion

CreateInterfaceSpecificationVersionInput.templatedFields ● [JSONFieldInput!]! non-null input ​

Initial values for all templatedFields

CreateInterfaceSpecificationVersionInput.version ● String! non-null scalar ​

The version of the created InterfaceSpecificationVersion

Member Of ​

createInterfaceSpecificationVersion mutation

Released under the MIT License.