Subscription: { post: () => ({ PostSubscription: {} }) }, PostSubscription: { postAdded: { subscribe: () => pubSub.asyncIterator(['postAdded']) } }