CommonFontsConnection
CommonFontsConnection
A connection to a list of CommonFont values.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodes | [CommonFont!]! | A list of `CommonFont` objects. | |
| edges | [CommonFontsEdge!]! | A list of edges which contains the `CommonFont` and cursor to aid in pagination. | |
| pageInfo | PageInfo! | Information to aid in pagination. | |
| totalCount | Int! | The count of *all* `CommonFont` you could get from the connection. | |