Skip to content

Commit

Permalink
Update support types in graphql (subquery#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 23, 2021
1 parent ccbf0b4 commit 60b9657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/create/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ We currently supporting flowing scalars types:
- `Int`
- `String`
- `BigInt`
- `Float`
- `Date`
- `Boolean`
- `<EntityName>` for nested relationship entities, you might use the defined entity's name as one of the fields. Please see in [Entity Relationships](#entity-relationships).
- `JSON` can alternatively store structured data, please see [JSON type](#json-type)
- `Enum` types are a special kind of scalar that is restricted to a particular set of allowed values. Please see [Graphql Enum](https://graphql.org/learn/schema/#enumeration-types)

## Indexing by non-primary-key field

Expand Down

0 comments on commit 60b9657

Please sign in to comment.