InterfaceSpecificationVersionInput
Input to create an InterfaceSpecificationVersion
input InterfaceSpecificationVersionInput {
description: String!
name: String!
parts: [InterfacePartInput!]
templatedFields: [JSONFieldInput!]!
version: String!
}
Fields
InterfaceSpecificationVersionInput.description
● String!
non-null scalar
The description of the NamedNode
InterfaceSpecificationVersionInput.name
● String!
non-null scalar
The name of the NamedNode, must not be blank
InterfaceSpecificationVersionInput.parts
● [InterfacePartInput!]
list input
Initial InterfaceParts
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