rem’s avatarrem’s Twitter Archive—№ 71,465

  1. GraphQL pros: is there a _straight forward way_ to run a graphql server that has its own schema but ALSO has a remote schema. ie. mutation { Login } # local query { Stuff } # remote And not on the client.
    1. …in reply to @rem
      Got there in the end. Going to bag it for future projects too so I can work with "backend devs" who have _some_ graphql resolvers in place and I can merge with local WIP resolvers.