change client factory using POST requests

This commit is contained in:
Claus-Peter Huebner 2023-10-24 16:42:55 +02:00
parent ba781941d4
commit a05032aade

View File

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