Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The schema is one of the most important concepts when working with a GraphQL API. It specifies the capabilities of the API, the shape of the available data, and the specific queries and mutation functions that can be used to read, write, and make web requests from of a GraphQL server.

The Fraud Data API schema defines the fraud data query type operations currently available to execute. The FraudQuerySubmit typemutationprovidesthe operation and data structure for submitting a fraud report to the CCCTC for a CCCApply Application (AppId) or a student ID (CCCID). The FraudReportQuery operation provides the structure for retrieving fraud data via the API.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

In the hands of a knowledgable API programmer, the schema provides everything

...

needed to construct and execute the FraudReportSubmit operation, including the required input argument, Input fields, and the payload response

...

via an API dev tool such as CURL, PowerShell, Python, Java, etc. Any of these development tools will provide the mechanism needed to make this API web request.

API Documentation, Tools & Sandbox

...