# ExecutionPayload **Type:** GraphQL objects **Description:** The payload of an exec transaction. ## Fields - code (String): The Pact expressions executed in this transaction when it is an `exec` transaction. - data (String): The environment data made available to the transaction. Formatted as raw JSON.