Skip to content

Allow Relay to be fetched using the GraphQL client API #542

@petruki

Description

@petruki

Is your feature request related to a problem? Please describe.
Switcher Relay are not exposed in our GraphQL APIs. Integration such as Switcher GitOps may use this data to manage Switchers that are managed by Relay.

Describe the solution you'd like
Add Relay type to Config type for the GraphQL API

relay {
    relay_type
    relay_method
    relay_endpoint
    description
    activated
    statusByEnv {
        env
        value
    }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions