GetOrCreateAgreement
Output type of the getOrCreateAgreement mutation.
Fields
The agreement that was retrieved or created.
Indicates whether a new agreement was created (true) or an existing agreement was returned (false).
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
{
"agreement": CommonAgreementType,
"created": true
}