Skip to content

RemoveComponentVersionFromProjectInput

Input for the removeComponentVersionFromProject mutation

graphql
input RemoveComponentVersionFromProjectInput {
  componentVersion: ID!
  project: ID!
}

Fields

RemoveComponentVersionFromProjectInput.componentVersion ● ID! non-null scalar

The id of the ComponentVersion to remove

RemoveComponentVersionFromProjectInput.project ● ID! non-null scalar

The id of the Project from which the ComponentVersion is removed

Member Of

removeComponentVersionFromProject mutation

Released under the MIT License.