orgs
Your company's organizations or products. Returns paginated Org
objects.
Example Queries
Get the first 10 orgs:
{
orgs(first: 10) {
edges {
node {
name
}
}
}
}
Your company's organizations or products. Returns paginated Org
objects.