auditLogEventTypes
Return the complete catalog of audit log event types emitted by Massdriver.
Event types are dot-notated strings (e.g., project.created, deployment.completed)
that categorize audit log events. This query returns the full static list — not just
the types that currently have events in your organization — so it's ideal for
populating a filter dropdown or building a dashboard that groups events by category.
The list is sorted alphabetically and does not require pagination.
auditLogEventTypes(
organizationId: ID!
): [String!]!
Arguments
auditLogEventTypes.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.