Skip to main content

organization

Fetches an organization by id (BigInt as string). Requires a valid session token. Returns null if no such organization exists.

organization(
id: BigInt!
): Organization

Arguments

organization.id ● BigInt! non-null scalar

Organization id (BigInt as string).

Type

Organization object