Pass variables in graphQLWS (fix #26)

This commit is contained in:
Tobe O 2019-08-14 12:04:57 -04:00
parent 899fe0fe54
commit 34cf2065fb

View file

@ -70,6 +70,7 @@ class _GraphQLWSServer extends stw.Server {
operationName: operationName,
sourceUrl: 'input',
globalVariables: globalVariables,
variableValues: variables,
);
return stw.GraphQLResult(data);
} on GraphQLException catch (e) {