Object

OpenApiEndpoint

An OpenAPI endpoint.

Fields

content_type(): String
The API endpoint content type (for example: 'application/json').
host(): String!
The API endpoint hostname.
id(): ID!
The ID used to reference this endpoint
method(): String!
The API endpoint HTTP method (for example: 'GET', 'POST').
path(): String!
The API endpoint path and query.