Skip to content

InterfacePartInput ​

Input to create an InterfacePart

graphql
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

Released under the MIT License.