himerus
06/09/2018, 12:25 PMorderBy
. I've posted full details here: https://stackoverflow.com/questions/50774034/prisma-orderby-in-a-resolver-query-outside-of-playgroundtfiwm
06/09/2018, 3:42 PMJonathan
06/09/2018, 5:29 PMmanuel.dicristo
06/09/2018, 7:15 PMnotrab
06/09/2018, 7:59 PMconst completed = await ctx.db.query.profiles({
where: {
company: {
id: args.id
},
status: `COMPLETED`
}
})
Vivek
06/10/2018, 9:01 AMVivek
06/10/2018, 9:34 AMhoria.ancas
06/10/2018, 10:18 AMjon
06/10/2018, 10:38 AMgraphql-yoga
server?kosaka
06/10/2018, 2:58 PMkosaka
06/10/2018, 3:00 PMprojects:
app:
schemaPath: src/schema.graphql
extensions:
endpoints:
default: '<http://localhost:4000>'
prepare-bundle: src/generated/app.graphql
codegen:
- generator: prisma-binding
language: typescript
output:
binding: src/generated/app.ts
prisma:
schemaPath: src/generated/prisma.graphql
extensions:
prisma: prisma/prisma.yml
codegen:
- generator: prisma-binding
language: typescript
output:
binding: src/generated/prisma.ts
Stef
06/10/2018, 3:18 PMAntonio
06/10/2018, 5:10 PMAntonio
06/10/2018, 5:10 PMAntonio
06/10/2018, 5:11 PMAntonio
06/10/2018, 5:11 PMAntonio
06/10/2018, 5:11 PMckelley
06/10/2018, 5:46 PMbrant
06/10/2018, 9:26 PMorderBy
to work. I have a playground and it’s autofilling but swapping orderBy: createdAt_DESC
with orderBy: createdAt_ASC
not changing the order.Sikula
06/10/2018, 9:37 PMlawjolla
06/10/2018, 11:06 PMeli
06/10/2018, 11:10 PMhalborg
06/11/2018, 9:50 AMgraphql-yoga
and keep the playground for both the App and Prisma-DB schema, as well as Apollo Tracing?halborg
06/11/2018, 9:51 AMhalborg
06/11/2018, 10:00 AMprisma deploy
strips away my comments with the docs.obivan86
06/11/2018, 10:42 AMpettanko
06/11/2018, 3:59 PMbobbyt
06/11/2018, 4:28 PMdocker compose
/ prisma deploy
but when I try creating a hosted Prisma Cloud server by adding my database details in the console I get the following error message:
Error while testing database connection: Network error: Failed to fetch
Unfortunately, no additional details are provided. Thanks in advance!hez
06/11/2018, 4:51 PMbrant
06/11/2018, 5:25 PM