searchTrackables
Search for nodes of type Trackable
searchTrackables(
filter: TrackableFilterInput
first: Int!
query: String!
skip: Int
): [Trackable!]!
Arguments
searchTrackables.filter ● TrackableFilterInput input
Filter for specific items
searchTrackables.first ● Int! non-null scalar
Get the first n items.
searchTrackables.query ● String! non-null scalar
Search query nodes must match
searchTrackables.skip ● Int scalar
Skips n items.
Type
Trackable interface
An entity which can have Issues, Labels and Artefacts. Has pinned issues. Can be synced to an IMS by creating an IMSProject. Can be affected by Issues.