Skip to content

Commit

Permalink
fix: include errors in response
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 8, 2023
1 parent 1143238 commit 68087d6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export const LIST_FOLDER_LEVEL_PERMISSIONS_TARGETS = gql`
name
meta
}
error {
code
data
message
}
}
}
}
Expand Down

0 comments on commit 68087d6

Please sign in to comment.