Skip to main content

crates

Returns crates created by the user.

crates(
first: Int = 0
after: String
): CratesConnection!

Arguments

first (Int)

The number of items that should be fetched. Default and maximum value is '10'.

after (String)

A cursor string after which items should be fetched.

Type

CratesConnection