INPUT_OBJECT

DeleteArticlesInput

Input type for deleting Articles

link GraphQL Schema definition

  • input DeleteArticlesInput {
  • # Id of articles to delete
  • articles: [Int!]!
  • }

link Require by