Skip to content

Commit 4aca8ce

Browse files
committed
integrated aura graphql, removed some screenshots, added graphql aura
1 parent a4cc094 commit 4aca8ce

File tree

5 files changed

+190
-80
lines changed

5 files changed

+190
-80
lines changed
-297 KB
Binary file not shown.
-73.8 KB
Binary file not shown.

modules/ROOT/pages/directives/custom-logic.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@ type Movie @limit(max: 100, default: 10) @node {
334334

335335
== `@customResolver`
336336

337+
[NOTE]
338+
====
339+
Data APIs created in Aura Console currently do not support custom resolvers.
340+
====
341+
337342
The Neo4j GraphQL Library generates query and mutation resolvers, so you don't need to implement them yourself.
338343
However, if you need additional behaviors besides the autogenerated CRUD operations, you can specify custom resolvers for these scenarios.
339344

0 commit comments

Comments
 (0)