Supercharge Your Schemas with Custom Directives
By Ryan Chenkie
Supercharge Your Schemas with Custom Directives
GraphQL's schema language is beautiful. It allows us to author data models concisely and communicate with teammates clearly. Using Apollo, we can also write directives to supercharge our schemas with custom behavior. Let's talk about how to write custom directives and the benefits they offer.