Skip to content

CreateInterfaceSpecificationInput ​

Input for the createInterfaceSpecification mutation

graphql
input CreateInterfaceSpecificationInput {
  component: ID!
  description: String!
  name: String!
  template: ID!
  templatedFields: [JSONFieldInput!]!
  versions: [InterfaceSpecificationVersionInput!]
}

Fields ​

CreateInterfaceSpecificationInput.component ● ID! non-null scalar ​

The id of the Component the created InterfaceSpecification is part of

CreateInterfaceSpecificationInput.description ● String! non-null scalar ​

The description of the NamedNode

CreateInterfaceSpecificationInput.name ● String! non-null scalar ​

The name of the NamedNode, must not be blank

CreateInterfaceSpecificationInput.template ● ID! non-null scalar ​

The template of the created InterfaceSpecification

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

Initial values for all templatedFields

CreateInterfaceSpecificationInput.versions ● [InterfaceSpecificationVersionInput!] list input ​

Initial versions of the InterfaceSpecification

Member Of ​

createInterfaceSpecification mutation

Released under the MIT License.