Skip to main content

Operation details

FieldValue
NameprojectToolAccessProfile
GroupProjects
TypeQuery
SignatureprojectToolAccessProfile(input: ProjectToolAccessProfileInput!): JSON!

Playground

Query

Query
query ProjectToolAccessProfile($input: ProjectToolAccessProfileInput!) {
  projectToolAccessProfile(input: $input)
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}