fix(ai): use LangServe message format (type instead of role)
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
All checks were successful
Build Docker Image / build (push) Successful in 4m3s
This commit is contained in:
15
graphql/operations/team/teams/UpdateTeamAddress.graphql
Normal file
15
graphql/operations/team/teams/UpdateTeamAddress.graphql
Normal file
@@ -0,0 +1,15 @@
|
||||
mutation UpdateTeamAddress($input: UpdateTeamAddressInput!) {
|
||||
updateTeamAddress(input: $input) {
|
||||
success
|
||||
message
|
||||
address {
|
||||
uuid
|
||||
name
|
||||
address
|
||||
latitude
|
||||
longitude
|
||||
countryCode
|
||||
isDefault
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user