Skip to content

Commit a7b6670

Browse files
authored
Merge branch '5.x' into unify-directives
2 parents 978575e + bb73761 commit a7b6670

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/auto-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Cherry-pick action
1919
uses: sorenlouv/backport-github-action@929f69d04adbc196d982e60f02837b6cc00b3129
2020
with:
21-
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
github_token: ${{ secrets.DOCS_AUTO_CP_TOKEN }}
2222
auto_backport_label_prefix: auto-cherry-pick-to-
2323
add_original_reviewers: true
2424

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: graphql
22
title: Neo4j GraphQL Library
33
version: '5'
4+
display_version: '5 (LTS)'
45
start_page: ROOT:index.adoc
56
nav:
67
- modules/ROOT/content-nav.adoc

modules/ROOT/pages/security/subscriptions-authorization.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
= Subscriptions authorization
44

55
Subscriptions require their own authorization rules, which are configured with the `@subscriptionsAuthorization` directive.
6-
7-
Rules for subscriptions authorization are different to normal authorization rules.
8-
Only filtering rules are available for subscriptions events and there are more limitations in how they can be filtered.
6+
These rules are different to authorization rules for queries and mutations because they use filtering rules available for subscriptions events.
97

108
All subscriptions authorization rules have an implied requirement for authentication, given that the rules are normally evaluated against values in the JWT payload.
119

modules/ROOT/pages/subscriptions/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ This section covers:
1111
* xref:subscriptions/filtering.adoc[Filtering] - How to apply filters to subscriptions.
1212
* xref:subscriptions/scaling.adoc[Horizontal scaling] - How to perform horizontal scaling.
1313
* xref:subscriptions/engines.adoc[Subscriptions engines] - How to set up a GraphQL subscription along with a `@neo4j/graphql` server.
14+
15+
Also see xref:security/subscriptions-authorization.adoc[] in the Security section.

publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ site:
77
content:
88
sources:
99
- url: https://github.com/neo4j/docs-graphql.git
10-
branches: ['5.x', '4.x', '3.x']
10+
branches: ['6.x', '5.x', '4.x', '3.x']
1111
exclude:
1212
- '!**/_includes/*'
1313
- '!**/readme.adoc'

0 commit comments

Comments
 (0)