Queries
grant
Type: Grant!
Fetch a specific grant by its ID.
Arguments
| Name | Description | 
|---|---|
idID!
 | 
 Unique identifier of the grant.  | 
grants
Type: GrantsConnection!
Fetch a paginated list of grants.
Arguments
| Name | Description | 
|---|---|
afterString
 | 
 Forward pagination: Cursor (grant ID) to start retrieving grants after this point.  | 
beforeString
 | 
 Backward pagination: Cursor (grant ID) to start retrieving grants before this point.  | 
firstInt
 | 
 Forward pagination: Limit the result to the first n grants after the   | 
lastInt
 | 
 Backward pagination: Limit the result to the last n grants before the   | 
filterGrantFilter
 | 
 Filter grants based on specified criteria such as ID, state, or finalization reason.  | 
sortOrderSortOrder
 | 
 Specify the sort order of grants based on their creation date, either ascending or descending.  |