Skip to content

Commit

Permalink
Converted an extended operation type to a root type in the GraphQL sc…
Browse files Browse the repository at this point in the history
…hema

Signed-off-by: Suyeon Jung <[email protected]>
  • Loading branch information
suyeon-jung-dev committed Sep 19, 2024
1 parent 0d755fc commit 9bb9652
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,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 @@ -656,7 +656,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 @@ -705,7 +705,7 @@ extend type Mutation {
kubeNamespace(request: KubeNamespaceData!): String!
}

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

0 comments on commit 9bb9652

Please sign in to comment.