Skip to content

Commit

Permalink
Change one of child types of Query/Muation/Subscriptions to parent type(
Browse files Browse the repository at this point in the history
litmuschaos#4771)

Signed-off-by: Suyeon Jung <[email protected]>
  • Loading branch information
suyeon-jung-dev committed Aug 8, 2024
1 parent 6ea03ae commit 3b4af98
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ type ServerVersionResponse {
value: String!
}

extend type Query {
type Query {
# INFRA OPERATIONS
"""
Returns infra with a particular infraID in the project
Expand Down Expand Up @@ -597,7 +597,7 @@ extend type Query {
getServerVersion: ServerVersionResponse!
}

extend type Mutation {
type Mutation {
"""
Connect a new infra for a user in a specified project
"""
Expand Down Expand Up @@ -640,7 +640,7 @@ extend type Mutation {
kubeObj(request: KubeObjectData!): String!
}

extend type Subscription {
type Subscription {
# INFRA OPERATIONS
"""
Listens infra events from the graphql server
Expand Down

0 comments on commit 3b4af98

Please sign in to comment.