ENUM

RequestMethod

link GraphQL Schema definition

  • enum RequestMethod {
  • GET
  • POST
  • PUT
  • DELETE
  • PATCH
  • HEAD
  • OPTIONS
  • }