Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(error.ts): add new error handling functions for GraphQL errors
- Implement throwGraphQLError function to throw a new GraphQLError with custom message, code, and status - Implement throwActionStateError function to throw a specific GraphQLError when an action state is not found
- Loading branch information