Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed Sep 18, 2024
1 parent 127600a commit 1b119c2
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,22 @@ platform, they should supply organizational hierarchy to help developers action

```graphql
query testOrgService {
allOrganizations {
...Org
organizationsPages {
edges {
node {
...Org
}
}
}
userOrganizations(user: {email: "example@foo.com"}) {
...Org
parent {
...Org
}
userOrganizationsPages(user: {email: "example@foo.com"}) {
edges {
node {
...Org
parent {
...Org
}
}
}
}
}

Expand Down

0 comments on commit 1b119c2

Please sign in to comment.