March 2018
Intermediate to advanced
304 pages
6h 59m
English
When it comes to applying middleware, we’ve got two different approaches available to us. Sometimes you have middleware that you want to apply to very specific fields, or even just one field. A logout mutation, for example, might use middleware to mutate the context, removing the current user.
Other times, you want to ensure that a particular middleware is always applied to every field in a certain object, or every field that has a particular name and return type. This is critical for something like authorization, where you want to protect against a programmer forgetting to specify that a field should be secured.
Absinthe provides two main approaches to handle these types of scenarios, which we’ll examine in turn.
Read now
Unlock full access