Tutorials

Our step-by-step instructions in this tutorials section guide you through various Fauna use cases.

GraphQL tutorials

  • Learn how to use the @relation directive to·form·bi-directional·relations·in·GraphQL — that is, to connect an attribute in a GraphQL schema to another GraphQL type — in the Relations tutorial.

  • Learn how to use the @unique·directive,·which·allows·you·to add·constraints·to·your·GraphQL·schema to enforce uniqueness on a type, in the Unique·constraints tutorial.

  • Learn how to use pagination, where only a small group of results is return for any one query and subsequent queries can fetch the next or previous group, in the Pagination tutorial.

FQL tutorials