So, Prisma 2 docs say the following... > `t.mo...
# orm-help
s
So, Prisma 2 docs say the following...
t.model
 will either have field projectors for the Prisma model whose name matches that of the GraphQL 
Object
, or if the GraphQL 
Object
 is of a name that does not match any of your Prisma models then 
t.model
 becomes a function allowing you to specify the mapping, after which the field projectors become available.
Is there any way I can
name
my
objectType
the same as a type in Prisma, but still select field types from another as well?
j
Prisma 2 docs or Nexus?