apiTarget property
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
final String? apiTarget;
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.
final String? apiTarget;