Skip to content
GitHub

Queries

grant

Type: Grant!

Fetch a grant

Arguments

NameDescription
id
ID!

grants

Type: GrantsConnection!

Fetch a page of grants.

Arguments

NameDescription
after
String

Paginating forwards: the cursor before the the requested page.

before
String

Paginating backwards: the cursor after the the requested page.

first
Int

Paginating forwards: The first n elements from the page.

last
Int

Paginating backwards: The last n elements from the page.

filter
GrantFilter

Filter grants based on specific criteria.

sortOrder
SortOrder

Ascending or descending order of creation.