mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
variables must be defined
This commit is contained in:
parent
d3a2df2878
commit
4850923f17
@ -35,9 +35,11 @@ export class Client_1_0 {
|
||||
}
|
||||
`
|
||||
|
||||
const variables = {}
|
||||
|
||||
try {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const { data, errors, headers, status } = await this.client.rawRequest(query)
|
||||
const { data, errors, headers, status } = await this.client.rawRequest(query, variables)
|
||||
logger.debug(`Response-Data:`, data, errors, headers, status)
|
||||
if (data) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user