OBJECT

Policy

A metadata's policies

link GraphQL Schema definition

  • type Policy {
  • # Artist that asserts this policy to a media
  • artist_id: Int
  • id: ID!
  • is_default: Boolean!
  • # Metadata associated with the policy
  • metadata_id: Int
  • network: Network!
  • # Network associated with the policy
  • network_id: Int!
  • release_confirmed: Boolean!
  • # Deployment status of the policy for this metadata policy
  • status: MediaPolicyStatus!
  • # Specifies the time when status update has happened
  • status_changed_at: DateTime!
  • type: String! @deprecated( reason: "WARNING: non enum fields are deprecated use `Policy.type_2` instead" )
  • # Values are permitted only to Permit | Monetize | Block
  • type_2: MediaPolicyType!
  • }