We’re overhauling Dgraph’s docs to make them clearer and more approachable. If
you notice any issues during this transition or have suggestions, please
let us know.
- Int
- Float
- Boolean
- String
- DateTime
- ID
- uid
- Subscription
- as(case-insensitive)
- Query
- Mutation
- Point
- PointList
- Polygon
- MultiPolygon
- Aggregate(as a suffix of any identifier name)
Author, Dgraph generates:
- AuthorFilter
- AuthorOrderable
- AuthorOrder
- AuthorRef
- AddAuthorInput
- UpdateAuthorInput
- AuthorPatch
- AddAuthorPayload
- DeleteAuthorPayload
- UpdateAuthorPayload
- AuthorAggregateResult
- addAuthor
- updateAuthor
- deleteAuthor
- getAuthor
- queryAuthor
- aggregateAuthor
Author is present in the input schema, all of those become reserved
type names.