TermsAndConditions
Returns the terms and conditions of the learning instance.
TermsAndConditions: TermsAndConditions!
Type
TermsAndConditions object
Examples
Query:
TermsAndConditions {
 TermsAndConditions {
   globalTerms
 }
}
Variables:
{ul}
Response:
{
  "data": {
    "TermsAndConditions": {
      "globalTerms": "abc123"
    }
  }
}