walmartlabs / lacinia-pedestal

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

Typo in read-the-docs in the Interceptors section #106

Closed hadils closed 3 years ago

hadils commented 4 years ago

Should be:


(interceptor/interceptor
  {:name ::user-info
   :enter (fn [context]
            (let [{:keys [request]} context
                  user-info (extract-user-info request)]
              (assoc-in context [:request :lacinia-app-context :user-info] user-info)))}))```
hlship commented 3 years ago

Thanks, I fixed this in master.