Skip to content

Commit

Permalink
Fixes litmuschaos#4354: fixed gql schema for environment filter input
Browse files Browse the repository at this point in the history
Signed-off-by: Saranya-jena <saranya.jena@harness.io>
  • Loading branch information
Saranya-jena committed Jan 29, 2024
1 parent 52593fb commit 3ad582a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 68 deletions.
4 changes: 2 additions & 2 deletions chaoscenter/graphql/definitions/shared/environment.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ input EnvironmentFilterInput {
"""
Type name of environment
"""
type: String
type: EnvironmentType
"""
Tags of an environment
"""
tags: [EnvironmentType]
tags: [String!]
}
enum EnvironmentSortingField {
NAME
Expand Down
68 changes: 4 additions & 64 deletions chaoscenter/graphql/server/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chaoscenter/graphql/server/graph/model/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ad582a

Please sign in to comment.