File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
chaoscenter/graphql/definitions/shared Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ type GetExperimentStatsResponse {
715
715
totalExpCategorizedByResiliencyScore : [ResilienceScoreCategory ]!
716
716
}
717
717
718
- extend type Query {
718
+ type Query {
719
719
720
720
721
721
"""
@@ -737,7 +737,7 @@ extend type Query {
737
737
getExperimentStats (projectID : ID ! ): GetExperimentStatsResponse !
738
738
}
739
739
740
- extend type Mutation {
740
+ type Mutation {
741
741
"""
742
742
Creates a new experiment and applies its manifest
743
743
"""
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ type ServerVersionResponse {
617
617
value : String !
618
618
}
619
619
620
- type Query {
620
+ extend type Query {
621
621
# INFRA OPERATIONS
622
622
"""
623
623
Returns infra with a particular infraID in the project
@@ -656,7 +656,7 @@ type Query {
656
656
getServerVersion : ServerVersionResponse !
657
657
}
658
658
659
- type Mutation {
659
+ extend type Mutation {
660
660
"""
661
661
Connect a new infra for a user in a specified project
662
662
"""
You can’t perform that action at this time.
0 commit comments