ENUM

Protocol

A protocol.

link GraphQL Schema definition

  • enum Protocol {
  • # HTTP.
  • HTTP
  • # HTTPS.
  • HTTPS
  • }