ProjectsInput
No description
input ProjectsInput {
  page: PageInput
  active: Boolean
}
Fields
ProjectsInput.page ● PageInput input
ProjectsInput.active ● Boolean scalar
When not null, will filter for projects that are active (true) or paused (false).