any ideas is there input types supported or planne...
# prisma-whats-new
j
any ideas is there input types supported or planned to be supported?
m
what do you mean?
j
super handy when handling mutations where data is coming from huge forms etc etc
m
@Janne I still don't quite understand what you are saying. With graphcool, you can create your own types or use the built in types like String, ID, Json, Int, Float etc.
j
I mean if ex. I have company type which includes fields id, name , email, phone etc but i could have mutation which i want only to handle email and phone fields I could wrote company input type which includes only needed fields
im kinda new in graphcool & prisma so i could easily be bit lost the whole concept 🙂
n
you can define your own input types in Yoga & connect it to Prisma 🙂
j
Good point! I will try this out 🙂 Thank you 🙂
n
cheers, https://www.prismagraphql.com/docs/quickstart/ should be a good start
j
my favourite readings already 🙂
n
same! 😂
j
😄