PluginBuildError
Plugin build error is a log of a build error on plugin
type PluginBuildError {
_: Boolean
id: ID
content: String!
logType: LogType!
createdAt: DateTime!
pluginName: String!
}
Fields
PluginBuildError._
● Boolean
scalar
PluginBuildError.id
● ID
scalar
PluginBuildError.content
● String!
non-null scalar
Information about the log
PluginBuildError.logType
● LogType!
non-null enum
PluginBuildError.createdAt
● DateTime!
non-null scalar
Technical field
PluginBuildError.pluginName
● String!
non-null scalar
The name of the plugin that produced the log