OBJECT
DerivedDataMutationResponse
link GraphQL Schema definition
- type DerivedDataMutationResponse {
- # Document entity which represents the output of running the processing rules over
- # the response from the embedded
- # entity query.
- # This is an async process and the file will be available for download when the
- # state changes to PROCESSING_COMPLETE
- Document! :
- # This field provides a strongly-typed embedded entityQuery to execute. Use this
- # or the graphqlQuery input parameter
- # but not both. This field will always be null in the response, if provided, it is
- # used as an input parameter.
- EntityQuery :
- }