OBJECT
Policy
A metadata's policies
link GraphQL Schema definition
- type Policy {
- # Artist that asserts this policy to a media
- Int :
- ID! :
- Boolean! :
- # Metadata associated with the policy
- Int :
- Network! :
- # Network associated with the policy
- Int! :
- Boolean! :
- # Deployment status of the policy for this metadata policy
- MediaPolicyStatus! :
- # Specifies the time when status update has happened
- DateTime! :
- String! @deprecated( reason: "WARNING: non enum fields are deprecated use `Policy.type_2` instead" ) :
- # Values are permitted only to Permit | Monetize | Block
- MediaPolicyType! :
- }