Skip to main content

projectRequests

Reads a set of ProjectRequest.

projectRequests(
filter: ProjectRequestFilter
first: Int
offset: Int
orderBy: [ProjectRequestOrderBy!]
): [ProjectRequest!]

Arguments

projectRequests.filter ● ProjectRequestFilter input

A filter to be used in determining which values should be returned by the collection.

projectRequests.first ● Int scalar

Only read the first n values of the set.

projectRequests.offset ● Int scalar

Skip the first n values.

projectRequests.orderBy ● [ProjectRequestOrderBy!] list enum

The method to use when ordering ProjectRequest.

Type

ProjectRequest object