Int64 type?

You linked to the GraphQL types. Look at the DQL datatypes instead:

https://dgraph.io/docs/query-language/schema/

The datatype int is equal to golang int64

3 Likes