@@ -1022,7 +1022,7 @@ input ClearImageCustomResourceLimitKey
10221022 @join__type (graph : GRAPHENE )
10231023{
10241024 image_canonical : String !
1025- architecture : String ! = "x86_64 "
1025+ architecture : String ! = "aarch64 "
10261026}
10271027
10281028"""Added in 25.6.0."""
@@ -1868,7 +1868,6 @@ type DealiasImage
18681868scalar Decimal
18691869 @join__type (graph : STRAWBERRY )
18701870
1871- <<<<<<< HEAD
18721871"""Added in 25.15.0"""
18731872input DelegateeTarget
18741873 @join__type (graph : STRAWBERRY )
@@ -1982,8 +1981,6 @@ type DeleteArtifactsPayload
19821981 artifacts : [Artifact ! ]!
19831982}
19841983
1985- =======
1986- >>>>>>> 27805ea3c (feat : Add compute session node ref in model replica node )
19871984input DeleteAutoScalingRuleInput
19881985 @join__type (graph : STRAWBERRY )
19891986{
@@ -2167,7 +2164,6 @@ type DeleteUserResourcePolicy
21672164 msg : String
21682165}
21692166
2170- <<<<<<< HEAD
21712167"""Added in 25.16.0. Input for deleting VFS storage"""
21722168input DeleteVFSStorageInput
21732169 @join__type (graph : STRAWBERRY )
@@ -2182,9 +2178,7 @@ type DeleteVFSStoragePayload
21822178 id : ID !
21832179}
21842180
2185- =======
21862181"""Added in 25.13.0"""
2187- >>>>>>> 16addb3b5 (feat : Modify gql schemas )
21882182input DeploymentFilter
21892183 @join__type (graph : STRAWBERRY )
21902184{
@@ -4258,7 +4252,7 @@ type Mutation
42584252 ): RescanImages @join__field (graph : GRAPHENE )
42594253 preload_image (references : [String ]! , target_agents : [String ]! ): PreloadImage @join__field (graph : GRAPHENE )
42604254 unload_image (references : [String ]! , target_agents : [String ]! ): UnloadImage @join__field (graph : GRAPHENE )
4261- modify_image (architecture : String = " x86_64 " , props : ModifyImageInput ! , target : String ! ): ModifyImage @join__field (graph : GRAPHENE )
4255+ modify_image (architecture : String = " aarch64 " , props : ModifyImageInput ! , target : String ! ): ModifyImage @join__field (graph : GRAPHENE )
42624256
42634257 """Added in 25.6.0"""
42644258 clear_image_custom_resource_limit (key : ClearImageCustomResourceLimitKey ! ): ClearImageCustomResourceLimitPayload @join__field (graph : GRAPHENE )
@@ -4267,7 +4261,7 @@ type Mutation
42674261 forget_image_by_id (image_id : String ! ): ForgetImageById @join__field (graph : GRAPHENE )
42684262
42694263 """Deprecated since 25.4.0. Use `forget_image_by_id` instead."""
4270- forget_image (architecture : String = " x86_64 " , reference : String ! ): ForgetImage @join__field (graph : GRAPHENE ) @deprecated (reason : " Deprecated since 25.4.0. Use `forget_image_by_id` instead." )
4264+ forget_image (architecture : String = " aarch64 " , reference : String ! ): ForgetImage @join__field (graph : GRAPHENE ) @deprecated (reason : " Deprecated since 25.4.0. Use `forget_image_by_id` instead." )
42714265
42724266 """Added in 25.4.0"""
42734267 purge_image_by_id (
@@ -4279,7 +4273,7 @@ type Mutation
42794273
42804274 """Added in 24.03.1"""
42814275 untag_image_from_registry (image_id : String ! ): UntagImageFromRegistry @join__field (graph : GRAPHENE )
4282- alias_image (alias : String ! , architecture : String = " x86_64 " , target : String ! ): AliasImage @join__field (graph : GRAPHENE )
4276+ alias_image (alias : String ! , architecture : String = " aarch64 " , target : String ! ): AliasImage @join__field (graph : GRAPHENE )
42834277 dealias_image (alias : String ! ): DealiasImage @join__field (graph : GRAPHENE )
42844278 clear_images (registry : String ): ClearImages @join__field (graph : GRAPHENE )
42854279
@@ -5094,7 +5088,7 @@ type Query
50945088 """Added in 24.03.1"""
50955089 id : String
50965090 reference : String
5097- architecture : String = " x86_64 "
5091+ architecture : String = " aarch64 "
50985092 ): Image @join__field (graph : GRAPHENE )
50995093 images (
51005094 """
@@ -5439,63 +5433,20 @@ type Query
54395433
54405434 """Added in 25.14.0"""
54415435 reservoirRegistries (before : String = null , after : String = null , first : Int = null , last : Int = null , offset : Int = null , limit : Int = null ): ReservoirRegistryConnection ! @join__field (graph : STRAWBERRY )
5442- <<<<<<< HEAD
5443- <<<<<<< HEAD
54445436
54455437 """Added in 25.14.0"""
54465438 defaultArtifactRegistry (artifactType : ArtifactType ! ): ArtifactRegistry @join__field (graph : STRAWBERRY )
54475439
5448- <<<<<<< HEAD
5449- <<<<<<< HEAD
54505440 """Added in 25.15.0"""
54515441 agentStats : AgentStats ! @join__field (graph : STRAWBERRY )
5452- =======
5453- =======
5454- =======
5455- <<<<<<< HEAD
5456- <<<<<<< HEAD
5457- =======
5458- >>>>>>> d3b85aadf (docs : Update gql schema docs )
54595442
5460- """Added in 25.14.0"""
5461- defaultArtifactRegistry (artifactType : ArtifactType ! ): ArtifactRegistry @join__field (graph : STRAWBERRY )
5462-
5463- <<<<<<< HEAD
5464- >>>>>>> 37dfcaedc (feat : Add compute session node ref in model replica node )
5465- >>>>>>> 27805ea3c (feat : Add compute session node ref in model replica node )
5466- <<<<<<< HEAD
5467- >>>>>>> 9adb5c928 (feat : Add compute session node ref in model replica node )
5468- =======
5469- =======
5470- >>>>>>> d3b85aadf (docs : Update gql schema docs )
5471- >>>>>>> 03b38940d (docs : Update gql schema docs )
54725443 """
54735444 Added in 25.13.0 Get configuration JSON Schemas for all inference runtimes
54745445 """
54755446 inferenceRuntimeConfigs : JSON ! @join__field (graph : STRAWBERRY )
54765447
54775448 """Added in 25.13.0. Get JSON Schema for inference runtime configuration"""
54785449 inferenceRuntimeConfig (name : String ! ): JSON ! @join__field (graph : STRAWBERRY )
5479- <<<<<<< HEAD
5480- <<<<<<< HEAD
5481- >>>>>>> 16addb3b5 (feat : Modify gql schemas )
5482- =======
5483- =======
5484- >>>>>>> 03b38940d (docs : Update gql schema docs )
5485- <<<<<<< HEAD
5486- =======
5487- <<<<<<< HEAD
5488- >>>>>>> Stashed changes
5489- >>>>>>> 59a2a2f4d (feat : Modify gql schemas )
5490- =======
5491- >>>>>>> 37dfcaedc (feat : Add compute session node ref in model replica node )
5492- >>>>>>> 27805ea3c (feat : Add compute session node ref in model replica node )
5493- <<<<<<< HEAD
5494- >>>>>>> 9adb5c928 (feat : Add compute session node ref in model replica node )
5495- =======
5496- =======
5497- >>>>>>> d3b85aadf (docs : Update gql schema docs )
5498- >>>>>>> 03b38940d (docs : Update gql schema docs )
54995450}
55005451
55015452type QuotaDetails
0 commit comments