GraphQL on Existing Dgraph - Graphql

Is it true that using a custom predicate like this, will require also custom queries?

It seems that the automatic GraphQL queries (such as queryPerson) will not find any fields as they expect all fields in this format: Person.name

Is there anyway to use the simple autogenerated GraphQL queries when explicitly setting the dgraph pred, like above ?