Add separate return to profile image
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
2024-08-19 14:44:43 -07:00
parent 72b451d322
commit f401e1879b
3 changed files with 68 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ mutation getProfileImageUploadLink($fileExt: String = ".png") {
value
}
}
... on GetUploadLinkErrors {
... on GetProfileUploadLinkErrors {
error {
... on TooManyProfileImageUploadsErr {
linksRequested