UrlTemplate
Represents an RFC 6570 compliant URL template and the HTTP request method to use for it.
type UrlTemplate {
method: HttpRequestMethod!
urlTemplate: String!
}
Represents an RFC 6570 compliant URL template and the HTTP request method to use for it.
type UrlTemplate {
method: HttpRequestMethod!
urlTemplate: String!
}
UrlTemplate.method ● HttpRequestMethod! non-null enum referencesUrlTemplate.urlTemplate ● String! non-null scalar references