Queries
grant
Type: Grant!
Fetch a grant
Arguments
Name | Description |
---|---|
idID!
|
grants
Type: GrantsConnection!
Fetch a page of grants.
Arguments
Name | Description |
---|---|
afterString
|
Paginating forwards: the cursor before the the requested page. |
beforeString
|
Paginating backwards: the cursor after the the requested page. |
firstInt
|
Paginating forwards: The first n elements from the page. |
lastInt
|
Paginating backwards: The last n elements from the page. |
filterGrantFilter
|
Filter grants based on specific criteria. |
sortOrderSortOrder
|
Ascending or descending order of creation. |