|
1 | | -* xref:index.adoc[Neo4j GraphQL Library] |
2 | | -
|
3 | | -** xref:getting-started/index.adoc[] |
4 | | -*** xref:getting-started/toolbox.adoc[] |
5 | | -
|
6 | | -** Type definitions |
7 | | -*** xref:type-definitions/types/index.adoc[] |
8 | | -**** xref:type-definitions/types/scalar.adoc[Scalar] |
9 | | -**** xref:type-definitions/types/temporal.adoc[Temporal] |
10 | | -**** xref:type-definitions/types/spatial.adoc[Spatial] |
11 | | -**** xref:type-definitions/types/interfaces.adoc[Interface] |
12 | | -**** xref:type-definitions/types/unions.adoc[Union] |
13 | | -**** xref:type-definitions/types/relationships.adoc[] |
14 | | -*** xref:type-definitions/directives/index.adoc[] |
15 | | -**** xref:type-definitions/directives/basics.adoc[] |
16 | | -**** xref:type-definitions/directives/autogeneration.adoc[] |
17 | | -**** xref:type-definitions/directives/custom-directives.adoc[] |
18 | | -**** xref:type-definitions/directives/cypher.adoc[] |
19 | | -**** xref:type-definitions/directives/default-values.adoc[] |
20 | | -**** xref:type-definitions/directives/database-mapping.adoc[] |
21 | | -**** xref:type-definitions/directives/indexes-and-constraints.adoc[] |
22 | | - |
23 | | -** xref:schema-configuration/index.adoc[Schema configuration] |
24 | | -*** xref:schema-configuration/type-configuration.adoc[] |
25 | | -*** xref:schema-configuration/global-configuration.adoc[] |
26 | | -*** xref:schema-configuration/field-configuration.adoc[] |
27 | | -
|
28 | | -** xref:queries-aggregations/index.adoc[Queries and aggregations] |
29 | | -*** xref:queries-aggregations/queries.adoc[] |
30 | | -*** xref:queries-aggregations/aggregations.adoc[] |
31 | | -*** xref:queries-aggregations/filtering.adoc[] |
32 | | -*** xref:queries-aggregations/sorting.adoc[] |
33 | | -*** xref:queries-aggregations/pagination/index.adoc[] |
34 | | -**** xref:queries-aggregations/pagination/offset-based.adoc[] |
35 | | -**** xref:queries-aggregations/pagination/cursor-based.adoc[] |
36 | | - |
| 1 | +* xref:index.adoc[] |
| 2 | +** xref:introduction.adoc[] |
| 3 | +** xref:getting-started.adoc[] |
| 4 | +** xref:type-definitions/index.adoc[] |
| 5 | +*** xref:type-definitions/basics.adoc[] |
| 6 | +*** xref:type-definitions/types.adoc[] |
| 7 | +*** xref:type-definitions/unions.adoc[] |
| 8 | +*** xref:type-definitions/interfaces.adoc[] |
| 9 | +*** xref:type-definitions/custom-directives.adoc[] |
| 10 | +*** xref:type-definitions/relationships.adoc[] |
| 11 | +*** xref:type-definitions/schema-configuration/index.adoc[] |
| 12 | +**** xref:type-definitions/schema-configuration/type-configuration.adoc[] |
| 13 | +**** xref:type-definitions/schema-configuration/global-configuration.adoc[] |
| 14 | +**** xref:type-definitions/schema-configuration/field-configuration.adoc[] |
| 15 | +*** xref:type-definitions/autogeneration.adoc[] |
| 16 | +*** xref:type-definitions/cypher.adoc[] |
| 17 | +*** xref:type-definitions/default-values.adoc[] |
| 18 | +*** xref:type-definitions/database-mapping.adoc[] |
| 19 | +*** xref:type-definitions/indexes-and-constraints.adoc[] |
| 20 | +** xref:queries.adoc[] |
37 | 21 | ** xref:mutations/index.adoc[] |
38 | 22 | *** xref:mutations/create.adoc[] |
39 | 23 | *** xref:mutations/update.adoc[] |
40 | 24 | *** xref:mutations/delete.adoc[] |
41 | | -
|
42 | 25 | ** xref:subscriptions/index.adoc[] |
43 | | -*** xref:subscriptions/getting-started.adoc[Getting started] |
44 | | -*** xref:subscriptions/events.adoc[Events] |
| 26 | +*** xref:subscriptions/getting-started.adoc[Getting Started] |
| 27 | +*** Events |
| 28 | +**** xref:subscriptions/events/create.adoc[Create] |
| 29 | +**** xref:subscriptions/events/update.adoc[Update] |
| 30 | +**** xref:subscriptions/events/delete.adoc[Delete] |
| 31 | +**** xref:subscriptions/events/create_relationship.adoc[Create Relationship] |
| 32 | +**** xref:subscriptions/events/delete_relationship.adoc[Delete Relationship] |
45 | 33 | *** xref:subscriptions/filtering.adoc[] |
46 | 34 | *** xref:subscriptions/scaling.adoc[] |
47 | | -*** xref:subscriptions/engines.adoc[Engines] |
48 | | - |
| 35 | +*** xref:subscriptions/plugins/index.adoc[Plugins] |
| 36 | +**** xref:subscriptions/plugins/single-instance.adoc[Single Instance] |
| 37 | +**** xref:subscriptions/plugins/amqp.adoc[AMQP] |
| 38 | +** xref:filtering.adoc[] |
| 39 | +** xref:sorting.adoc[] |
| 40 | +** xref:pagination/index.adoc[] |
| 41 | +*** xref:pagination/offset-based.adoc[] |
| 42 | +*** xref:pagination/cursor-based.adoc[] |
| 43 | +** xref:mathematical-operators.adoc[Mathematical operators] |
| 44 | +** xref:array-methods.adoc[Array methods] |
49 | 45 | ** xref:custom-resolvers.adoc[] |
50 | | - |
51 | | -** xref:authentication-and-authorization/index.adoc[] |
| 46 | +** xref:auth/index.adoc[] |
| 47 | +*** xref:auth/setup.adoc[] |
| 48 | +*** xref:auth/auth-directive.adoc[] |
| 49 | +*** xref:auth/global-authentication.adoc[] |
| 50 | +*** xref:auth/authentication.adoc[] |
| 51 | +*** xref:auth/authorization/index.adoc[] |
| 52 | +**** xref:auth/authorization/allow.adoc[] |
| 53 | +**** xref:auth/authorization/bind.adoc[] |
| 54 | +**** xref:auth/authorization/roles.adoc[] |
| 55 | +**** xref:auth/authorization/where.adoc[] |
| 56 | +*** xref:auth/subscriptions.adoc[] |
| 57 | +** Authentication and Authorization |
52 | 58 | *** xref:authentication-and-authorization/configuration.adoc[] |
53 | 59 | *** xref:authentication-and-authorization/authentication.adoc[] |
54 | 60 | *** xref:authentication-and-authorization/authorization.adoc[] |
55 | | -*** xref:authentication-and-authorization/impersonation-and-user-switching.adoc[] |
56 | | - |
57 | | -** xref:introspector.adoc[Introspector] |
58 | | - |
59 | | -** Migration Guides |
60 | | -*** xref:migration/index.adoc[Migration from `neo4j-graphql-js`] |
61 | | -*** xref:migration/v2-migration.adoc[] |
62 | | -*** xref:migration/v3-migration.adoc[] |
63 | | -*** xref:migration/v4-migration/index.adoc[] |
64 | | -**** xref:migration/v4-migration/authorization.adoc[] |
65 | | -**** xref:migration/v4-migration/ogm.adoc[] |
66 | | - |
| 61 | +*** Reference |
| 62 | +**** xref:authentication-and-authorization/reference/operations.adoc[] |
| 63 | +** xref:directives.adoc[] |
| 64 | +** xref:api-reference/index.adoc[] |
| 65 | +*** xref:api-reference/neo4jgraphql.adoc[] |
| 66 | +*** xref:api-reference/ogm.adoc[] |
67 | 67 | ** xref:ogm/index.adoc[] |
68 | 68 | *** xref:ogm/installation.adoc[] |
69 | | -*** xref:ogm/examples.adoc[] |
| 69 | +*** xref:ogm/examples/index.adoc[] |
| 70 | +**** xref:ogm/examples/custom-resolvers.adoc[] |
| 71 | +**** xref:ogm/examples/rest-api.adoc[] |
70 | 72 | *** xref:ogm/private.adoc[] |
71 | 73 | *** xref:ogm/selection-set.adoc[] |
72 | 74 | *** xref:ogm/type-generation.adoc[] |
73 | | -*** xref:ogm/reference.adoc[] |
74 | | - |
75 | | -*** xref:driver-configuration.adoc[] |
76 | | -
|
77 | | -** Frameworks and integrations |
78 | | -*** xref:integrations/apollo-federation.adoc[] |
79 | | -*** xref:integrations/nextjs.adoc[] |
80 | | -
|
81 | | -** xref:troubleshooting.adoc[] |
82 | | -
|
| 75 | +*** xref:ogm/api-reference/index.adoc[] |
| 76 | +**** xref:ogm/api-reference/ogm.adoc[] |
| 77 | +**** xref:ogm/api-reference/type-generation.adoc[] |
| 78 | +**** xref:ogm/api-reference/model/index.adoc[] |
| 79 | +***** xref:ogm/api-reference/model/create.adoc[] |
| 80 | +***** xref:ogm/api-reference/model/find.adoc[] |
| 81 | +***** xref:ogm/api-reference/model/update.adoc[] |
| 82 | +***** xref:ogm/api-reference/model/delete.adoc[] |
| 83 | +***** xref:ogm/api-reference/model/aggregate.adoc[] |
| 84 | +** xref:introspector.adoc[Introspector] |
| 85 | +** xref:toolbox.adoc[GraphQL Toolbox] |
| 86 | +** xref:driver-configuration.adoc[] |
| 87 | +** xref:guides/index.adoc[] |
| 88 | +*** xref:guides/apollo-federation.adoc[] |
| 89 | +*** xref:guides/frameworks/nextjs.adoc[] |
| 90 | +*** xref:guides/migration-guide/index.adoc[] |
| 91 | +**** xref:guides/migration-guide/server.adoc[] |
| 92 | +**** xref:guides/migration-guide/type-definitions.adoc[] |
| 93 | +**** xref:guides/migration-guide/queries.adoc[] |
| 94 | +**** xref:guides/migration-guide/mutations.adoc[] |
| 95 | +*** xref:guides/v2-migration/index.adoc[] |
| 96 | +**** xref:guides/v2-migration/mutations.adoc[] |
| 97 | +**** xref:guides/v2-migration/unions.adoc[] |
| 98 | +**** xref:guides/v2-migration/miscellaneous.adoc[] |
| 99 | +*** xref:guides/v3-migration/index.adoc[] |
| 100 | +*** xref:guides/v4-migration/index.adoc[] |
| 101 | +**** xref:guides/v4-migration/authorization.adoc[] |
| 102 | +** xref:troubleshooting/index.adoc[] |
| 103 | +*** xref:troubleshooting/faqs.adoc[] |
| 104 | +*** xref:troubleshooting/security.adoc[] |
| 105 | +*** xref:troubleshooting/optimizing-create-operations.adoc[] |
| 106 | +** xref:appendix/index.adoc[] |
| 107 | +*** xref:appendix/preventing-overfetching.adoc[] |
83 | 108 | ** xref:deprecations.adoc[Deprecations] |
0 commit comments