Skip to content

Commit 6d34e21

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent 7838c03 commit 6d34e21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manager/graphql-reference/supergraph.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4683,9 +4683,9 @@ input DeploymentOrderBy
46834683
enum DeploymentOrderField
46844684
@join__type(graph: STRAWBERRY)
46854685
{
4686+
NAME @join__enumValue(graph: STRAWBERRY)
46864687
CREATED_AT @join__enumValue(graph: STRAWBERRY)
46874688
UPDATED_AT @join__enumValue(graph: STRAWBERRY)
4688-
NAME @join__enumValue(graph: STRAWBERRY)
46894689
}
46904690

46914691
"""Added in 25.19.0. Deployment policy configuration."""

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3012,9 +3012,9 @@ input DeploymentOrderBy {
30123012
}
30133013

30143014
enum DeploymentOrderField {
3015+
NAME
30153016
CREATED_AT
30163017
UPDATED_AT
3017-
NAME
30183018
}
30193019

30203020
"""Added in 25.19.0. Deployment policy configuration."""

0 commit comments

Comments
 (0)