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