searchAssignmentTypes
Search for nodes of type AssignmentType
searchAssignmentTypes(
filter: AssignmentTypeFilterInput
first: Int!
query: String!
skip: Int
): [AssignmentType!]!
Arguments
searchAssignmentTypes.filter
● AssignmentTypeFilterInput
input
Filter for specific items
searchAssignmentTypes.first
● Int!
non-null scalar
Get the first n items.
searchAssignmentTypes.query
● String!
non-null scalar
Search query nodes must match
searchAssignmentTypes.skip
● Int
scalar
Skips n items.
Type
AssignmentType
object
Type for an Assignment, like REVIEWER. Part of an IssueTemplate. READ is always granted.