Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions packages/graphql/src/types/neo4j-graphql-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down