A: You need to install the GraphQL + subscription libraries (@nestjs/graphql, @nestjs/apollo, plus subscriptions-transport-ws or graphql-ws), configure your GraphQL module to enable WebSocket transport, define resolvers for subscription events in addition to queries/mutations, and use a PubSub mechanism to publish events.