INPUT_OBJECT

EditSlugInput

Edit slug input object

link GraphQL Schema definition

  • input EditSlugInput {
  • # ID of the item
  • id: ID!
  • # Post type of the item
  • postType: String!
  • # Slug of the item
  • slug: String!
  • }

link Require by