organizationBySlug
Fetches an organization by its unique URL slug. Requires a valid session token. Returns null if not found. Use this when you only have the slug; otherwise prefer organization(id).
organizationBySlug(
slug: String!
): Organization
Arguments
organizationBySlug.slug ● String! non-null scalar
Unique organization slug (lowercase letters, numbers, and dashes).