legalDocuments
Arguments
Returns
LegalDocumentsOutputThis type represents PDFs that PUC requires to be sent as such. There are other examples of legalese appearing elsewhere (https://octopusenergy.com/privacy-policy). We are only concerned with documents that must be a PDF as mandated by PUC. The four listed below are the only documents subject to these regulation at the time this was written.
Possible Errors
Allowed Viewers
Required Permissions
(No)Query Complexity
1Examples
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.
query LegalDocuments($language: LegalDocumentLanguageOption!) {
legalDocuments(language: $language) {
prepaidDisclosureStatement {
...LinkFragment
}
termsOfService {
...LinkFragment
}
termsOfUse {
...LinkFragment
}
yourRightsAsACustomer {
...LinkFragment
}
}
}
Variables
{
"language": "ENGLISH"
}