Tag: bun

  • How to change port on Grapql Yoga and BunJS

    How to change port on Grapql Yoga and BunJS

    0 I have a very simple question that I can’t find the answer to anywhere on the internet. I’m using the Graphql Yoga framework together with the bun runtime. On their website there is the following example: import { createSchema, createYoga } from ‘graphql-yoga’ const yoga = createYoga({ schema: createSchema({ typeDefs: /* GraphQL */ `…