OBJECT

Network

One of a user's Release's broadcast's networks

link GraphQL Schema definition

  • type Network {
  • # Network only allows one deploy
  • deploy_only_once: Boolean!
  • # Name of the deployer
  • deployer_name: String!
  • id: ID!
  • # Image URL for this network
  • image_url: String!
  • # If network is social network
  • is_social: Boolean!
  • name: String!
  • # The group the network belongs to
  • network_group: NetworkGroup
  • # The values can either be distribute or monetize
  • service: String
  • # Supported Policy types are Permit, Monetize, Block
  • supported_policy_types: [String!]! @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • supported_policy_types_for_current_user: [String!]!
  • }

link Require by