INPUT_OBJECT

UpdateSocialSyncInput

Autogenerated input type of UpdateSocialSync

link GraphQL Schema definition

  • input UpdateSocialSyncInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # Run the mutation with no side effects in validate-only mode. When true, the
  • # inputs will be validated and errors will be returned, but the mutation will not
  • # perform any actions.
  • skip_save: Boolean
  • # ID of the associated social, depending on deployer_name. E.g. facebook page id
  • # if facebook page deployer name.
  • id: ID!
  • # ID of artist
  • artist_id: ID!
  • # Whether or not to sync content from the social.
  • is_syncing: Boolean
  • # Default category of the synced media
  • default_subcategory: String
  • # Name of the deployer for the social to sync.
  • deployer_name: String!
  • # Application on which this mutation is being run
  • web: Boolean
  • }