Skip to content

Commit

Permalink
chore: update GraphQL schema dump
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed May 28, 2024
1 parent c32ef2c commit 2f1f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ type Endpoint implements Item {
"""Added at 24.03.4"""
model_mount_destination: String
extra_mounts: [VirtualFolderNode]

Check failure on line 846 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

New fields must include a description with a version number in the format "Added in XX.XX.X.", Field 'extra_mounts' was added to object type 'Endpoint'

New fields must include a description with a version number in the format "Added in XX.XX.X."
created_user: UUID @deprecated(reason: "Deprecated since 23.09.8; use `created_user_id`")
created_user: UUID @deprecated(reason: "Deprecated since 23.09.8. use `created_user_id`")

"""Added in 23.09.8."""
created_user_email: String
Expand Down

0 comments on commit 2f1f74b

Please sign in to comment.