Skip to content

searchComponentVersions

Search for nodes of type ComponentVersion

graphql
searchComponentVersions(
  filter: ComponentVersionFilterInput
  first: Int!
  query: String!
  skip: Int
): [ComponentVersion!]!

Arguments

searchComponentVersions.filter ● ComponentVersionFilterInput input

Filter for specific items

searchComponentVersions.first ● Int! non-null scalar

Get the first n items.

searchComponentVersions.query ● String! non-null scalar

Search query nodes must match

searchComponentVersions.skip ● Int scalar

Skips n items.

Type

ComponentVersion object

Version of a component. Can specifies visible/invisible InterfaceSpecifications. Can be used in Relations, affected by issues and included by Projects. READ is granted if READ is granted on component.

Released under the MIT License.