OBJECT

RestApiQueryType

link GraphQL Schema definition

  • type RestApiQueryType {
  • # A string giving the location of the URI of the full specification.
  • specificationUri: String!
  • # The recommended server to use.
  • baseUri: String
  • # The API path within the specification that implements the view.
  • path: String!
  • # The HTTP method used for the view.
  • method: RestApiQueryTypeMethodKind
  • }