Skip to content
GitHub

Queries

grant

Type: Grant!

Fetch a specific grant by its ID.

Arguments

NameDescription
id
ID!

Unique identifier of the grant.

grants

Type: GrantsConnection!

Fetch a paginated list of grants.

Arguments

NameDescription
after
String

Forward pagination: Cursor (grant ID) to start retrieving grants after this point.

before
String

Backward pagination: Cursor (grant ID) to start retrieving grants before this point.

first
Int

Forward pagination: Limit the result to the first n grants after the after cursor.

last
Int

Backward pagination: Limit the result to the last n grants before the before cursor.

filter
GrantFilter

Filter grants based on specified criteria such as ID, state, or finalization reason.

sortOrder
SortOrder

Specify the sort order of grants based on their creation date, either ascending or descending.