INPUT_OBJECT
UpdateSocialSyncInput
Autogenerated input type of UpdateSocialSync
link GraphQL Schema definition
- input UpdateSocialSyncInput {
- # A unique identifier for the client performing the mutation.
- : 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.
- : Boolean
- # ID of the associated social, depending on deployer_name. E.g. facebook page id
- # if facebook page deployer name.
- : ID!
- # ID of artist
- : ID!
- # Whether or not to sync content from the social.
- : Boolean
- # Default category of the synced media
- : String
- # Name of the deployer for the social to sync.
- : String!
- # Application on which this mutation is being run
- : Boolean
- }