Graphback: "Error: 'Subscription' defined in resolvers, but not in schema" when subscriptions are disabled

Created on 17 Sep 2020  路  4Comments  路  Source: aerogear/graphback

  • Module: schema-plugin
  • Version: 0.16.2
  • Node.js / npm versions:
  • Example/snippet of the model that is causing issue

Subscription disabled with

crud: {
      create: false,
      subCreate: false,
      subUpdate: false,
      subDelete: false
    },
bug resolvers triage

All 4 comments

/cc @craicoverflow, @wtrocki
Automatically generated comment to notify maintainers

/cc @evanshortiss for additional context

Haven't had a chance to test yet but will ping you guys when we update builds. Thank you 馃コ

Was this page helpful?
0 / 5 - 0 ratings