listen(443); ``` #### Use the client ```ts import { createClient } from 'graphql-ws'; const client = createClient({ url: 'wss://welcomer.com/graphql', }); // ...
確定! 回上一頁