Skip to content

Commit

Permalink
Update tutorial.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Dec 12, 2023
1 parent 96e8d60 commit 7b1f0dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/mongodb-graphql/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ menu: mongodb

This tutorial guides you through the process of implementing a GraphQL API using RESTHeart, following the structure and concepts presented in the link:https://graphql.org/learn/schema/#type-system[GraphQL.org tutorial] on Star Wars characters and episodes, demonstrating the implementation using RESTHeart.

Dive into the world of GraphQL and RESTHeart, and may the force be with your data!

NOTE: While this tutorial provides buttons for executing requests using "Rest Ninja," please be aware that it may not seamlessly function with Safari due to HTTPS requirements. For a smoother experience, we recommend using Chrome or Firefox browsers (refer to [Configure TLS](link:/docs/security/tls/)).

== Create the Star Wars GraphQL API
Expand Down Expand Up @@ -532,4 +534,4 @@ type Query {
}
}
}
----
----

0 comments on commit 7b1f0dd

Please sign in to comment.