Versions Compared

Key

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

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

An Object type is one of the most basic components of a GraphQL schema. It represents the kind of object you can fetch from your service and the fields it includes. Learn more

The Fraud Report

The schema provides describes three templated query variations of the FraudReportQuery that can be used to query fraud reports:

FraudReportQuery:.withRecipientMisCode

Requests Returns a list of FraudReport responses using the “RecipientMisCode” field as the input variable.

FraudReportQuery:.withAPPID

Requests Returns a FraudReport response using the AppId field as the input variable.

FraudReportQuery:.withCCCID

Requests Returns a FraudReport response using the CCCID field as the input variable.

...