Skip to content

Commit

Permalink
add version notation to new gql schema field
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Jul 4, 2024
1 parent b7eb52c commit feee137
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ai/backend/manager/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,10 @@ class Arguments:

ok = graphene.Boolean()
msg = graphene.String()
bgtask_id = graphene.UUID(required=False)
bgtask_id = graphene.UUID(
required=False,
description="Added in 24.03.7. ID of backgroun task deleting user owned vfolders.",
)

@classmethod
async def mutate(
Expand Down

0 comments on commit feee137

Please sign in to comment.