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