We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking through the GraphQL definitions I found the following
https://github.com/litmuschaos/litmus/blob/master/chaoscenter/graphql/definitions/shared/environment.graphqls#L50-L57
Aren't these definitions inverted? Shouldn't tags be [String!] and type be EnvironmentType?
tags
[String!]
type
EnvironmentType
Looks swapped for me as they don't make much sense.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue!
Sorry, something went wrong.
Fixes litmuschaos#4354: fixed gql schema for environment filter input
3ad582a
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
7b4bedb
Saranya-jena
No branches or pull requests
Question
Looking through the GraphQL definitions I found the following
https://github.com/litmuschaos/litmus/blob/master/chaoscenter/graphql/definitions/shared/environment.graphqls#L50-L57
Aren't these definitions inverted? Shouldn't
tags
be[String!]
andtype
beEnvironmentType
?Looks swapped for me as they don't make much sense.
The text was updated successfully, but these errors were encountered: