ApimODataOperation
Represents an OData operation available in the API, containing its name and description.
type ApimODataOperation {
name: String!
description: String
}
Fields
ApimODataOperation.name ● String! non-null scalar miscellaneous
The name of the OData operation.
ApimODataOperation.description ● String scalar miscellaneous
A description of what the OData operation does.
Member Of
DeployedApiDocumentation object
Was this topic helpful?