Skip to content

Commit

Permalink
fix: Add milestone to gql fields (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Aug 3, 2024
1 parent 8f1c5ce commit 50c7e65
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 @@ -1072,7 +1072,7 @@ type ContainerRegistryConnection {
count: Int
}

"""A Relay edge containing a `ContainerRegistry` and its cursor."""
"""A Relay edge containing a `ContainerRegistry` and its cursor. Added in 24.09.0."""
type ContainerRegistryEdge {
"""The item at the end of the edge"""
node: ContainerRegistry
Expand Down

0 comments on commit 50c7e65

Please sign in to comment.