Skip to content

Commit d8b70c9

Browse files
Update modules/ROOT/pages/aura-graphql/api-creation.adoc
works for me Co-authored-by: Liam-Doodson <[email protected]>
1 parent 8fbd587 commit d8b70c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/aura-graphql/api-creation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ image::aura-graphql/create/details.png[]
2121
+
2222
[CAUTION]
2323
====
24-
**Enable introspection** and **Enable field suggestions** are intended for development or testing environments.
25-
Do not enable them for production systems as the information they provide can be used by unknown actors from reverse-engineering your GraphQL schema and executing arbitrary operations.
24+
If you set **Enable introspection** and **Enable field suggestions** for production systems the information they provide can be used by malicious actors to reverse-engineer your GraphQL schema and execute arbitrary operations.
2625
2726
**Enable introspection** allows you to query the schema and discover the available queries, mutations, subscriptions, types and fields in the GraphQL API.
2827
29-
**Enable field suggestions** provides suggestions that hint towards GraphQL typos.
28+
**Enable field suggestions** provides suggestions that hint towards GraphQL typos.
29+
Even with just field suggestions enabled, it is possible for a malicious actor to discover your entire schema.
3030
====
3131
+
3232
. Type definitions

0 commit comments

Comments
 (0)