ResetFeatureFlagOrgPayload
ResetFeatureFlagOrgPayload
The output of our resetFeatureFlagOrg mutation.
| Field | Argument | Type | Description |
|---|---|---|---|
| clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
| featureFlagOrg | FeatureFlagOrg | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| featureFlagByKey | FeatureFlag | Reads a single `FeatureFlag` that is related to this `FeatureFlagOrg`. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `FeatureFlagOrg`. | |
| featureFlagOrgEdge | FeatureFlagOrgsEdge | An edge for our `FeatureFlagOrg`. May be used by Relay 1. | |
| orderBy | [FeatureFlagOrgsOrderBy!] | The method to use when ordering `FeatureFlagOrg`. | |