mpalourdio / ng-http-loader

:dango: Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
MIT License
352 stars 65 forks source link

Handle filteredUrlPatterns in graphQL #154

Closed ElibarikiJ closed 3 years ago

ElibarikiJ commented 3 years ago

Expected behavior

I want exclude some part url for graphql server

Actual behavior

All graphql have same url when exclude http://localhost:8080/graphq it remove all graphql but not some graphql query

mpalourdio commented 3 years ago

You should handle it with regex. Closing as already possible.