GraphQL Changelog – Week 27/10 to 31/10

This week brings enhanced access control with custom role management and improved compliance through pipeline audit log exports.

New Mutations:

  • createCustomRole - Creates a custom role with specified title, description, and reference role
  • deleteCustomRole - Deletes a custom role by its ID
  • saveRolePermission - Updates the permissions assigned to a role
  • exportPipeAuditLogsReport - Exports pipeline audit logs for compliance and reporting purposes

New Queries:

  • availableRoles - Retrieves available roles for a resource (Repo, Organization, or Interface) based on user permissions

Feel free to explore these additions to enhance your use of the API!