The createOrganizationsViews() GraphQL mutation is used to create a metric view, usage view and log view for each organization. This is a root operation.

For more information on organization settings, see the Organization Settings documentation page. You may also want to look at the Creating a Repository or View page for related information.

Syntax

Below is the syntax for the createOrganizationsViews() mutation field:

graphql
createOrganizationsViews(
      includeDebugView: boolean, 
      specificOrganization: string
   ): boolean!