Skip to main content

PluginLog

Plugin log is a log of a plugin that has been run

type PluginLog {
_: Boolean
id: ID
content: String!
logType: LogType!
createdAt: DateTime!
metadata: PluginLogMetadata!
projectId: ID!
pluginName: String!
runId: String!
}

Fields

PluginLog._ ● Boolean scalar

PluginLog.id ● ID scalar

PluginLog.content ● String! non-null scalar

Information about the log

PluginLog.logType ● LogType! non-null enum

PluginLog.createdAt ● DateTime! non-null scalar

Technical field

PluginLog.metadata ● PluginLogMetadata! non-null object

Additional information of the log

PluginLog.projectId ● ID! non-null scalar

PluginLog.pluginName ● String! non-null scalar

The name of the plugin that produced the log

PluginLog.runId ● String! non-null scalar

Id to be able to identify the logs of the same run