Skip to content

Commit

Permalink
fix: add getOrganizationPermissions function
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmar-jr committed Sep 24, 2024
1 parent f623d28 commit fa462d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions react/queries/getOrganizationPermissions.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
query GetOrganizationStorefront($id: ID) {
getOrganizationByIdStorefront(id: $id)
@context(provider: "vtex.b2b-organizations-graphql") {
permissions {
createQuote
}
}
}

0 comments on commit fa462d1

Please sign in to comment.