diff --git a/packages/graphql/src/types/neo4j-graphql-context.ts b/packages/graphql/src/types/neo4j-graphql-context.ts index b83cdfde32..96991cf1d7 100644 --- a/packages/graphql/src/types/neo4j-graphql-context.ts +++ b/packages/graphql/src/types/neo4j-graphql-context.ts @@ -53,20 +53,6 @@ export interface Neo4jGraphQLContext { * when executing the translated query. */ queryOptions?: CypherQueryOptions; - /** - * HTTP request object containing authorization header for use in authentication and authorization. - * Alias for {@link request}. - * - * @deprecated Will be removed in 4.0.0 alongside `@auth` - use the {@link token} property to provide the bearer token for the new authorization features. - */ - req?: RequestLike; - /** - * HTTP request object containing authorization header for use in authentication and authorization. - * Alias for {@link req}. - * - * @deprecated Will be removed in 4.0.0 alongside `@auth` - use the {@link token} property to provide the bearer token for the new authorization features. - */ - request?: RequestLike; /** * The bearer token to be decoded/verified for use in authentication and authorization. * Normally found in the Authorization HTTP header. Can be provided with or without authentication scheme.