Skip to content

Commit 3c34c50

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent ef3c0fb commit 3c34c50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/manager/graphql-reference/supergraph.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6306,7 +6306,7 @@ type ScalingGroupDriverConfig
63066306
@join__type(graph: STRAWBERRY)
63076307
{
63086308
name: String!
6309-
options: JSONString!
6309+
options: JSON!
63106310
}
63116311

63126312
"""
@@ -6405,9 +6405,9 @@ type ScalingGroupSchedulerOptions
64056405
{
64066406
allowedSessionTypes: [String!]!
64076407
pendingTimeout: Float!
6408-
config: JSONString!
6408+
config: JSON!
64096409
agentSelectionStrategy: String!
6410-
agentSelectorConfig: JSONString!
6410+
agentSelectorConfig: JSON!
64116411
enforceSpreadingEndpointReplica: Boolean!
64126412
allowFractionalResourceFragmentation: Boolean!
64136413
routeCleanupTargetStatuses: [String!]!

docs/manager/graphql-reference/v2-schema.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ type RestoreArtifactsPayload {
22702270

22712271
type ScalingGroupDriverConfig {
22722272
name: String!
2273-
options: JSONString!
2273+
options: JSON!
22742274
}
22752275

22762276
"""Added in 25.18.0. Filter for scaling groups"""
@@ -2324,9 +2324,9 @@ type ScalingGroupSchedulerConfig {
23242324
type ScalingGroupSchedulerOptions {
23252325
allowedSessionTypes: [String!]!
23262326
pendingTimeout: Float!
2327-
config: JSONString!
2327+
config: JSON!
23282328
agentSelectionStrategy: String!
2329-
agentSelectorConfig: JSONString!
2329+
agentSelectorConfig: JSON!
23302330
enforceSpreadingEndpointReplica: Boolean!
23312331
allowFractionalResourceFragmentation: Boolean!
23322332
routeCleanupTargetStatuses: [String!]!

0 commit comments

Comments
 (0)