GraphQL best practices: Use graphql-middleware for cross-cutting concerns
Use a graphql logger middleware to delegate logging, avoid increased maintenance cost and keep code modularity
Jan 31 · 3 min read

One of the tenets of Agile methodology emphasizes on having quick iterations, both of the deliverables and of refactoring. What most of the development teams…


