GraphQL OBJECT

UrlParameter

A parameter of the url.

link Definition

  • type UrlParameter {
  • # The name of the parameter.
  • name: String
  • # The value of the parameter.
  • value: String
  • }