InterfacePartInput
Input to create an InterfacePart
input InterfacePartInput {
  description: String!
  name: String!
  templatedFields: [JSONFieldInput!]!
}
Fields
InterfacePartInput.description ● String! non-null scalar
The description of the NamedNode
InterfacePartInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
InterfacePartInput.templatedFields ● [JSONFieldInput!]! non-null input
Initial values for all templatedFields
Member of
CreateInterfaceSpecificationVersionInput  input ● InterfaceSpecificationVersionInput  input