From 8d241d7f21435a6f1d2e999160d3aa8011578d01 Mon Sep 17 00:00:00 2001 From: Yixian Date: Thu, 5 May 2022 16:35:01 +0800 Subject: [PATCH] restore graphql --- src/main/resources/graphql/paymentsAppConfigure.graphql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/graphql/paymentsAppConfigure.graphql diff --git a/src/main/resources/graphql/paymentsAppConfigure.graphql b/src/main/resources/graphql/paymentsAppConfigure.graphql new file mode 100644 index 000000000..e6e0d32dc --- /dev/null +++ b/src/main/resources/graphql/paymentsAppConfigure.graphql @@ -0,0 +1,8 @@ +mutation PaymentsAppConfigure($externalHandle: String, $ready: Boolean!) { + paymentsAppConfigure(externalHandle: $externalHandle, ready: $ready) { + userErrors{ + field + message + } + } +} \ No newline at end of file