OBJECT
RestApiQueryType
link GraphQL Schema definition
- type RestApiQueryType {
- # A string giving the location of the URI of the full specification.
- String! :
- # The recommended server to use.
- String :
- # The API path within the specification that implements the view.
- String! :
- # The HTTP method used for the view.
- RestApiQueryTypeMethodKind :
- }