project
Get a single project by its ID.
project(
organizationId: ID!
id: ID!
): Project
Arguments
project.organizationId ● ID! non-null scalar
Your organization ID
project.id ● ID! non-null scalar
The project ID
Type
Project object
A project with its full details and related resources.