CreateContractOutput
Output type for creating a contract.
Fields
Unique identifier for the created contract.
Indicates whether a new contract was created (True) or an existing contract was matched (False). When False, the mutation is idempotent and returns the existing contract that matches the provided parameters.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"identifier": "93612653",
"wasCreated": true
}