1. 1. Sudograph
  2. 2. Vision and motivation
  3. 3. Examples
  4. 4. Quickest of quick starts
  5. 5. Quick start
  6. 6. Existing project
  7. 7. Local deployment
  8. 8. IC deployment
  9. 9. Wasm binary optimization
  10. 10. Sudograph Client
  11. 11. agent-js
  12. 12. Schema
    1. 12.1. Scalars
    2. 12.2. Enums
    3. 12.3. Objects
    4. 12.4. Relations
    5. 12.5. Custom scalars
    6. 12.6. Custom resolvers
    7. 12.7. Custom directives
    8. 12.8. Sudograph directives
    9. 12.9. Sudograph settings
  13. 13. Generated schema
    1. 13.1. Query
      1. 13.1.1. read
    2. 13.2. Mutation
      1. 13.2.1. create
      2. 13.2.2. update
      3. 13.2.3. delete
      4. 13.2.4. init
    3. 13.3. Subscription
    4. 13.4. Search
    5. 13.5. Limit
    6. 13.6. Offset
    7. 13.7. Order
  14. 14. Authorization
  15. 15. Migrations
  16. 16. Transactions
  17. 17. Multi-canister scaling
  18. 18. Custom database operations
  19. 19. Custom async_graphql integration
  20. 20. Limitations

Sudograph

Examples

Multiple examples are located in the examples directory in the Sudograph repository.

Here's a list of possibly useful examples:

  • basic
  • Ethereum Archival Canister
  • files 1
  • files 2
  • intermediate
  • miscellaneous
  • motoko-client
  • motoko-custom-resolvers
  • rust-client
  • rust-custom-resolvers
  • sudograph-vue
  • webi_api