desAnnotations
Search annotations within a project with results in paged groups.
desAnnotations(
after: String
before: String
first: Int
last: Int
projectId: String!
where: RequirementFilterInput
): DesAnnotationsConnection
Arguments
desAnnotations.after ● String scalar
Returns the elements in the list that come after the specified cursor.
desAnnotations.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desAnnotations.first ● Int scalar
Returns the first _n_ elements from the list.
desAnnotations.last ● Int scalar
Returns the last _n_ elements from the list.
desAnnotations.projectId ● String! non-null scalar
desAnnotations.where ● RequirementFilterInput input
Type
DesAnnotationsConnection object
A connection to a list of items.