Skip to content

CreateInterfacePartPayload

No description

graphql
type CreateInterfacePartPayload {
  interfacePart: InterfacePart!
}

Fields

CreateInterfacePartPayload.interfacePart ● InterfacePart! non-null object

The created InterfacePart

Returned By

createInterfacePart mutation

Released under the MIT License.