segInstallation
The validity of a SEG installation via the MCS installation database.
Arguments
The MCS certificate number.
Returns
SEGInstallationType!Examples
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 SegInstallation($mcsCertificateNumber: String!) {
segInstallation(mcsCertificateNumber: $mcsCertificateNumber) {
isValid
}
}
Variables
{
"mcsCertificateNumber": "for-ground-share-two-test"
}
Response
{
"data": {
"segInstallation": {
"isValid": true
}
}
}