Skip to main content

fontList

List available fonts.

fontList(
filter: ContentFilterInput
sortBy: ContentSortingInput
before: String
after: String
first: Int
last: Int
): FontCountableConnection!

Arguments

fontList.filter ● ContentFilterInput input

fontList.sortBy ● ContentSortingInput input

fontList.before ● String scalar

Returns the items in the list that come before the specified cursor.

fontList.after ● String scalar

Returns the items in the list that come after the specified cursor.

fontList.first ● Int scalar

Returns the first n items from the list.

fontList.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

FontCountableConnection object

A connection to a list of items.

Was this page helpful?