Brikl Logo

BETA

/
Gear Icon

Reference

Introduction

Queries

Mutations

Objects

Enums

Input objects

Interfaces

Scalars


Guides

Interfaces

Interfaces are parent objects from which other objects can inherit.

For example, LogData is an interface because both S3KeyPathLogData and EmailNotificationLogData hold data logs.

Objects that implement an interface must have all fields defined by that interface.


LogData

Represents the data of the audit log.

Implemented by:

  • S3KeyPathLogData
  • EmailNotificationLogData
  • SimpleMessageLogData
  • FieldUpdatedLogData