Versions Compared

Key

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

...

Panel
bgColor#F4F5F7

(blue star) In GraphQL, the Mutation type is a special object type that is explicitly used to write or modify server-side data. Learn more about GraphQL mutations

The screenshot below depicts shows an example of the most a basic fraud submit request being constructed using built in the Apollo sandbox. In

The FraudReportSubmit mutation is complete in the Operation section.

To the left, in the Documentation column (left), the Input argument - FraudReportSubmitInput argument - is selected and expanded showing the fields that can be used in for the required input.

In the Variables table below the Operation, the “appId” appears as the only variable selected for input. The (appId) and (reportedByMisCode) fields are selected, and now appear as variables

...