This document provides the full list of names that are reserved and can’t be used to define any other identifiers.
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.