Sascha
08/02/2020, 1:45 PMIs there any way I canwill either have field projectors for the Prisma model whose name matches that of the GraphQLt.model
, or if the GraphQLObject
is of a name that does not match any of your Prisma models thenObject
becomes a function allowing you to specify the mapping, after which the field projectors become available.t.model
name
my objectType
the same as a type in Prisma, but still select field types from another as well?janpio