async-graphql/README.md
2020-03-02 00:59:04 +08:00

1.5 KiB

The GraphQL server library implemented by rust

Documentation

Goals

  • Types
    • Scalar
      • Integer
      • Float
      • String
      • Bool
      • ID
      • DateTime
      • UUID
    • Complex Types
      • List
      • Non-Null
    • Object
    • Enum
    • InputObject
    • Interface
    • Union
  • Query
    • Fields
    • Arguments
    • Alias
    • Fragments
    • Inline fragments
    • Operation name
    • Variables
    • Directives
    • Schema

References