From 6375a4c960cc7bdb9c29de73d8d7a3b909c03951 Mon Sep 17 00:00:00 2001 From: Bruce Longmore Date: Tue, 5 Apr 2022 20:57:39 +0300 Subject: [PATCH] add agenda item for unions implementing interfaces (#919) * add agenda item for unions implementing interfaces - Spec PR: https://github.com/graphql/graphql-spec/pull/939 - graphql-js PR (WIP): https://github.com/graphql/graphql-js/pull/3527 * Update agendas/2022/2022-04-07.md Co-authored-by: Benjie Gillam --- agendas/2022/2022-04-07.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agendas/2022/2022-04-07.md b/agendas/2022/2022-04-07.md index 9cc49fb..1be329d 100644 --- a/agendas/2022/2022-04-07.md +++ b/agendas/2022/2022-04-07.md @@ -120,3 +120,6 @@ This is an open meeting in which anyone in the GraphQL community may attend. 1. Discuss asynchronous iterators of iterators versus of items (15m, Yaacov) - Is spec update required for this? - Background: https://github.com/robrichard/defer-stream-wg/discussions/38 +1. Discuss proposal to allow unions to declare implementation of interfaces (15m, Yaacov) + - Spec PR: https://github.com/graphql/graphql-spec/pull/939 + - graphql-js PR (WIP): https://github.com/graphql/graphql-js/pull/3527