Skip to main content

6 docs tagged with "graphql"

View all tags

PREQUEL-2025-0007

Indicates an error in a subgraph service query during query execution in a federated service.

PREQUEL-2025-0008

Indicates an error in a subgraph service query during query execution in a federated service.

PREQUEL-2025-0011

The application is experiencing internal server errors when GraphQL operations attempt to access records that do not exist in the database. This occurs when GraphQL queries reference entities that have been deleted, were never created, or are inaccessible due to permission issues. Instead of handling these cases gracefully with proper error responses, the API is escalating them to internal server errors that may impact

PREQUEL-2025-0012

The application is generating internal server errors during GraphQL operations due to uncaught exceptions in resolver logic. These errors are not properly handled or transformed into structured GraphQL responses, resulting in unexpected 500\-level failures for client applications. Stack traces often reference NestJS internal files like `external\-context\-creator.js`, indicating the framework attempted to execute resolver logic but encountered an exception that was not intercepted by the application code.

PREQUEL-2025-0083

GraphQL validation errors occur when client requests fail to comply with the GraphQL schema.