This repository was archived by the owner on Jul 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Queries from "./Queries"
1010import 'graphiql/graphiql.css' ;
1111import './App.css' ;
1212const DEFAULT_QUERY = "" ;
13- const blacklistRe = / ( a d r o l l | a i r t a b l e | a p o l l o | a s a n a | b o x | b r e x | b u n d l e p h o b i a | c h a r g e b e e | c l e a r b i t | c l o u d f l a r e | c o n t e n t f u l | c r u n c h b a s e | d e s c u r i | d e v T o | d r i b b b l e | d r o p b o x | e g g h e a d i o | e m a i l N o d e | e v e n t i l | f a c e b o o k B u s i n e s s | f e d e x | f i r e b a s e | g o o g l e | g o o g l e A d s | h u b s p o t | i m m i g r a t i o n G r a p h | i n t e r c o m | l o g d n a | m a i l c h i m p | m e e t u p | m i x p a n e l | m u x | n e t l i f y | n p m | o p e n C o l l e c t i v e | o r b i t | p r o d u c t H u n t | q u i c k b o o k s | r s s | s a l e s f o r c e | s l a c k | s p o t i f y | s t r i p e | t r e l l o | t w i l i o | t w i t c h T v | t w i t t e r | u p s | u s p s | y n a b | y o u T u b e | y o u T u b e S e a r c h | y o u T u b e V i d e o | z e i t | z e n d e s k ) / i;
13+ const blacklistRe = / ( a d r o l l | a i r t a b l e | a p o l l o | a s a n a | b o x | b r e x | b u n d l e p h o b i a | c h a r g e b e e | c l e a r b i t | c l o u d f l a r e | c o n t e n t f u l | c r u n c h b a s e | d e s c u r i | d e v T o | d r i b b b l e | d r o p b o x | e g g h e a d i o | e m a i l N o d e | e v e n t i l | f a c e b o o k B u s i n e s s | f e d e x | f i r e b a s e | g o o g l e | g o o g l e A d s | h u b s p o t | i m m i g r a t i o n G r a p h | i n t e r c o m | l o g d n a | m a i l c h i m p | m e e t u p | m i x p a n e l | m u x | n e t l i f y | n o t i o n | n p m | o p e n C o l l e c t i v e | o r b i t | p r o d u c t H u n t | q u i c k b o o k s | r s s | s a l e s f o r c e | s l a c k | s p o t i f y | s t r i p e | t r e l l o | t w i l i o | t w i t c h T v | t w i t t e r | u p s | u s p s | y n a b | y o u T u b e | y o u T u b e S e a r c h | y o u T u b e V i d e o | z e i t | z e n d e s k ) / i;
1414const typeBlackListFn = ( f ) => {
1515 return ! (
1616 ( f . type && f . type . name && blacklistRe . test ( f . type . name ) )
You can’t perform that action at this time.
0 commit comments