Throwable is never a GraphQLError #409
              
                
                  
                  
                    Answered
                  
                  by
                    oliemansm
                  
              
          
                  
                    
                      eduarddrenth
                    
                  
                
                  asked this question in
                Q&A
              
            -
| If I am not mistaken a throwable will never be a GraphQLError... | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            oliemansm
          
      
      
        Jan 22, 2022 
      
    
    Replies: 1 comment 1 reply
-
| 
 I'll convert this issue to a Discussion btw. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        eduarddrenth
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
GraphQLErroris just an interface and anybody is free to create a custom exception which also implements theGraphQLErrorinterface. So think that's the main reason this condition exists.I'll convert this issue to a Discussion btw.