const GET_NODES = {
operationName: 'nodeById',
variables: null,
extensions: {
persistedQuery: {
version: 1,
sha256Hash: 'hashOfQuery'
}
}
};
I want to export this but it is a object. What needs to be done for converting it into string.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
I'm not really sure what you're trying to achieve, but maybe you need: