We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I set up a subscription like this:
import { Context } from '../utils' export const Subscription = { deviceData: { subscribe: async (parent, args, ctx: Context, info) => { return ctx.db.subscription.deviceData({ where: args.where }) } } }
Node is always null in CREATED mutation. I can not get my data in that result.
{ "data": { "deviceData": { "mutation": "CREATED", "node": null, "updatedFields": null, "previousValues": null } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set up a subscription like this:
import { Context } from '../utils' export const Subscription = { deviceData: { subscribe: async (parent, args, ctx: Context, info) => { return ctx.db.subscription.deviceData({ where: args.where }) } } }
Node is always null in CREATED mutation. I can not get my data in that result.
{ "data": { "deviceData": { "mutation": "CREATED", "node": null, "updatedFields": null, "previousValues": null } } }
The text was updated successfully, but these errors were encountered: