-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Are postgraphile subscriptions supported using this method of hosting an apollo/graphile server?
I tried enabling simple subscriptions, as one would do with an express app, but I'm not seeing the Subscription or ListenPayload types in the schema:
const pluginHook = makePluginHook([PgPubsub]);
const { schema, plugin } = await makeSchemaAndPlugin(
pgPool,
'public',
{
pluginHook,
subscriptions: true,
simpleSubscriptions: true
}
);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request