CreateInterfacePartInput
Input for the createInterfacePart mutation
input CreateInterfacePartInput {
description: String!
interfaceSpecificationVersion: ID!
name: String!
templatedFields: [JSONFieldInput!]!
}
Fields
CreateInterfacePartInput.description
● String!
non-null scalar
The description of the NamedNode
CreateInterfacePartInput.interfaceSpecificationVersion
● ID!
non-null scalar
The id of the InterfaceSpecificationVersion the created InterfacePart is part of
CreateInterfacePartInput.name
● String!
non-null scalar
The name of the NamedNode, must not be blank
CreateInterfacePartInput.templatedFields
● [JSONFieldInput!]!
non-null input
Initial values for all templatedFields
Member of
createInterfacePart
mutation