Using Enums with GraphQL and Swift
We’ll build a feature of marking a todo as done or moving it to a “for Later” list and we’ll integrate it into our GraphQL API in Vapor.
We’ll build a feature of marking a todo as done or moving it to a “for Later” list and we’ll integrate it into our GraphQL API in Vapor.
Building a GraphQL server with Vapor in Swift. From modifying a default Vapor template to making our first queries against our own API.