apiTarget property

String? apiTarget
getter/setter pair

The API target/specification that made the request. Values can be graphql, rest, etc.

The data field should contain the request and response bodies based on its target specification.

Implementation

String? apiTarget;