plumatic-schema Questions
1
Solved
When should you use a implicit many to many relationship in prisma and when explicit many to many relationship ?
Do they have any trade-off or anything that should be noted
Barthol asked 29/9, 2022 at 17:16
2
Solved
I am following the GraphQL Prisma Typescript example provided by Prisma and created a simple data model, generated the code for the Prisma client and resolvers, etc.
My data model includes the fol...
Martyry asked 8/10, 2018 at 21:30
1
Solved
When I have a definition of an API like this:
(POST* "/register" []
:body-params [username :- String,
password :- String,
name :- String]
(ok)))
what's the appropriate way of making name opt...
Colfin asked 1/8, 2015 at 22:39
1
Solved
What's the difference between using :body-params and :form-params in practice when creating an API using compojure-api? For example:
(POST* "/register" []
:body-params [username :- String,
passw...
Trudey asked 1/8, 2015 at 22:41
1
Solved
During development I would like to enable validation for all functions that are defined with schema.core/defn, instead of having to annotate them with :^:always-validate. Is this possible with this...
Creed asked 7/9, 2014 at 12:10
1
© 2022 - 2024 — McMap. All rights reserved.