client with POST requests

This commit is contained in:
Claus-Peter Huebner 2023-10-24 21:26:23 +02:00
parent df34bf9b43
commit 61768eb5ad

View File

@ -18,7 +18,7 @@ export class AuthenticationClient {
dbCom.apiVersion
}/`
this.client = new GraphQLClient(this.endpoint, {
method: 'GET',
method: 'POST',
jsonSerializer: {
parse: JSON.parse,
stringify: JSON.stringify,