smart helper to create errors for apollo server >=v4
import{createApolloError}from'@codaline-io/create-apollo-error'throwcreateApolloError(message,optionalErrorCode,optionalErrorType,optionalGraphQLErrorOptions)- optionalErrorCode?: string | null -> graphqlError.extensions.code
- optionalErrorType?: string | null -> graphqlError.extensions.type
- optionalGraphQLErrorOptions?: GraphQLErrorOptions, e.g. setting original error and so on