Skip to content

Commit 178c4d1

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent 716c883 commit 178c4d1

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
@@ -4673,9 +4673,9 @@ input DeploymentOrderBy
46734673
enum DeploymentOrderField
46744674
@join__type(graph: STRAWBERRY)
46754675
{
4676-
NAME @join__enumValue(graph: STRAWBERRY)
46774676
CREATED_AT @join__enumValue(graph: STRAWBERRY)
46784677
UPDATED_AT @join__enumValue(graph: STRAWBERRY)
4678+
NAME @join__enumValue(graph: STRAWBERRY)
46794679
}
46804680

46814681
"""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
@@ -3004,9 +3004,9 @@ input DeploymentOrderBy {
30043004
}
30053005

30063006
enum DeploymentOrderField {
3007-
NAME
30083007
CREATED_AT
30093008
UPDATED_AT
3009+
NAME
30103010
}
30113011

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

0 commit comments

Comments
 (0)