Skip to content

UpdateInterfacePartPayload

No description

graphql
type UpdateInterfacePartPayload {
  interfacePart: InterfacePart!
}

Fields

UpdateInterfacePartPayload.interfacePart ● InterfacePart! non-null object

The updated InterfacePart

Returned By

updateInterfacePart mutation

Released under the MIT License.