INPUT_OBJECT

UpdateSitesThemeInput

Input type for updating the given sites' theme

link GraphQL Schema definition

  • input UpdateSitesThemeInput {
  • # List of site's ids
  • sites: [Int!]!
  • # Id of Theme
  • theme: Int!
  • }

link Require by