Skip to content

Commit

Permalink
Update enum docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Nov 25, 2021
1 parent 75668ac commit 8748167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We currently supporting flowing scalars types:
- `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)
- `<EnumName>` types are a special kind of enumerated 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 8748167

Please sign in to comment.