Skip to content

braidn/deno-deploy-faunadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno + Fauna Toy Focused GraphQL API

A rather simple (if not contrived) GraphQL API for creating and listing toys

Getting Started

Dependencies

  • A Deno version > 1.10

Executing program

  • Utilize the included schema.graphql to create a new collection
  • Create an index on this collection named 'all_toys'
  • Start with the following: FAUNA_SECRET=$FAUNA_SECRET deployctl run --libs=ns,fetchevent --watch src/gql.ts

Authors

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the UNLICENCE License - see the LICENSE.md file for details

Acknowledgments