fontList
List of the fonts for the storefront.
fontList(
filter: ContentFilterInput
sortBy: ContentSortingInput
before: String
after: String
first: Int
last: Int
): FontCountableConnection
Arguments
fontList.filter ● ContentFilterInput input
Filtering options for fonts for storefront.
fontList.sortBy ● ContentSortingInput input
Sort fonts for storefront.
fontList.before ● String scalar
Return the elements in the list that come before the specified cursor.
fontList.after ● String scalar
Return the elements in the list that come after the specified cursor.
fontList.first ● Int scalar
Return the first n elements from the list.
fontList.last ● Int scalar
Return the last n elements from the list.