@neo4j/graphql
Version:
A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations
8 lines • 569 B
TypeScript
import type { SubscriptionsAuthorizationWhere } from "../../../../../schema-model/annotation/SubscriptionsAuthorizationAnnotation";
import type { GraphQLWhereArg } from "../../../../../types";
import type { Neo4jGraphQLComposedSubscriptionsContext } from "../../../composition/wrap-subscription";
export declare function populateWhereParams({ where, context, }: {
where: SubscriptionsAuthorizationWhere | GraphQLWhereArg;
context: Neo4jGraphQLComposedSubscriptionsContext;
}): SubscriptionsAuthorizationWhere;
//# sourceMappingURL=populate-where-params.d.ts.map