PluginRelease
No description
type PluginRelease {
builds: [PluginVersion!]!
id: ID!
metadata: String!
pluginRepo: PluginRepo!
release: Int!
}
Fields
PluginRelease.builds
● [PluginVersion!]!
non-null object
PluginRelease.id
● ID!
non-null scalar
PluginRelease.metadata
● String!
non-null scalar
PluginRelease.pluginRepo
● PluginRepo!
non-null object
PluginRelease.release
● Int!
non-null scalar
Member Of
PluginRepo
object ● PluginVersion
object