walmartlabs / lacinia-pedestal

Expose Lacinia GraphQL as Pedestal endpoints
http://lacinia-pedestal.readthedocs.io/en/latest/
Other
200 stars 63 forks source link

Add new pedestal2 namespace to simplify complex routing #99

Closed hlship closed 4 years ago

hlship commented 4 years ago

I decided that I wanted a "complete set" of interceptors in the new namespace, since you often need to reference them by fully qualified name when injecting new interceptors into the stack; it makes sense to me that if you use pedestal2/default-interceptors the interceptors are (except for the one) in the pedestal2 namespace.