Luke
09/30/2018, 12:44 AMcharlieroth
09/30/2018, 1:11 AMEnum
that switches based on predefined types?
Edit: Are union
types supported in prisma?Luke
09/30/2018, 2:23 AMLuke
09/30/2018, 2:23 AMLuke
09/30/2018, 2:27 AMCannot return null for non-nullable field
Luke
09/30/2018, 2:43 AMLuke
09/30/2018, 4:09 AMLuke
09/30/2018, 4:25 AMLuke
09/30/2018, 4:25 AMLuke
09/30/2018, 4:29 AMLuke
09/30/2018, 4:29 AMLuke
09/30/2018, 4:30 AMLuke
09/30/2018, 4:30 AMLuke
09/30/2018, 4:31 AMquery books {
id
categories {
id
}
}
where books to categories is many to manyLuke
09/30/2018, 4:32 AMLuke
09/30/2018, 4:33 AMActiveRecord
equivalent of includes
to include another tableLuke
09/30/2018, 4:44 AMkitze
09/30/2018, 5:15 AMnull
unless I override the resolver for the field with a custom string...Luke
09/30/2018, 5:16 AMJerry Jäppinen
09/30/2018, 11:21 AMSeba
09/30/2018, 6:46 PMSeba
09/30/2018, 6:50 PMaroman
09/30/2018, 8:30 PMschema.graphql
I keep getting this error:
Syntax Error: Cannot parse the unexpected character ".".
GraphQL request (1:1)
1: ../generated/prisma-client
In schema.graphql
I am importing as such: # import User from "../generated/prisma-client"
. This is how I did it in past servers I have done. I have graphql-import
packaged added. Has anyone run into this issue? If so, can anyone please point me in the right directionAustin Howlett
09/30/2018, 10:58 PMredmega
10/01/2018, 3:44 AMredmega
10/01/2018, 3:45 AMredmega
10/01/2018, 3:45 AMgraphcool deploy
just results in the cli opening a new browser tab to auth every time I click the "Auth" buttonPatrik Molnar
10/01/2018, 8:17 AMPatrik Molnar
10/01/2018, 9:18 AMcreateDocument(file: Upload!):Document!
, file contains filename, mimetype and the url fields and they are a response after the upload. I want to add 4 extra fields that I send from input fieldsAzuriteJP
10/01/2018, 10:32 AM