Till
03/21/2018, 8:24 PMTill
03/21/2018, 8:25 PMTill
03/21/2018, 8:27 PMTill
03/21/2018, 8:27 PMTill
03/21/2018, 8:27 PMTill
03/21/2018, 8:27 PMJames
03/22/2018, 12:01 AMSohel Khan
03/22/2018, 5:22 AMSohel Khan
03/22/2018, 5:25 AMMoritz
03/22/2018, 7:19 AMERROR: Authentication token is invalid: Token can't be decoded: The token is expired since 2018-03-22T07:18:34Z
lawjolla
03/22/2018, 7:21 AMfragmentReplacements
parameter with the signature fragmentReplacements: {
[typeName: string]: { [fieldName: string]: InlineFragmentNode };
},
I'm not good enough at reading types. Can someone give me a practical demo of the proper structure?nghiepit
03/22/2018, 10:50 AMpicosam
03/22/2018, 1:15 PM.env
file before. Any idea what the node options I could provide would be, to load dotenv before running Jest?James
03/22/2018, 1:25 PMsource .env
(only a guess)picosam
03/22/2018, 1:26 PMJosef Henryson
03/22/2018, 2:43 PMbpk
03/22/2018, 3:50 PMGraphcool allows to to integrate functions and react to events.Assuming this should read you to.
tbrannam
03/22/2018, 4:39 PMprisma deploy
I'm getting Error: Whoops. Looks like an internal server error. Search your cluster logs for request ID: cluster:cluster:cjf2qrm4b000b0102ark1ccme: {"response":{"data":{"addProject":null},"errors":[{"message":"Whoops. Looks like an internal server error. Search your cluster logs for request ID: cluster:cluster:cjf2qrm4b000b0102ark1ccme","path":["addProject"],"locations":[{"line":2,"column":9}],"requestId":"cluster:cluster:cjf2qrm4b000b0102ark1ccme"}],"status":200},"request":{"query":" mutation addProject($name: String! $stage: String! $secrets: [String!]) {\n addProject(input: {\n name: $name,\n stage: $stage\n secrets: $secrets\n }) {\n project {\n name\n }\n }\n }\n ","variables":{"name":"my-db","stage":"dev","secrets":["mysecret1234"]}}}
at GraphQLClient.<anonymous> (/app/node_modules/graphql-request/src/index.ts:71:13)
at step (/app/node_modules/graphql-request/dist/src/index.js:40:23)
at Object.next (/app/node_modules/graphql-request/dist/src/index.js:21:53)
at fulfilled (/app/node_modules/graphql-request/dist/src/index.js:12:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:118:7)
tbrannam
03/22/2018, 4:42 PMnikolasburk
Daniel K.
03/22/2018, 7:15 PMTill
03/22/2018, 11:36 PMsid.gupta
03/23/2018, 12:21 AMsid.gupta
03/23/2018, 12:21 AMsid.gupta
03/23/2018, 12:21 AMaaron
03/23/2018, 1:15 AMharmony
03/23/2018, 1:18 AMnicksergeant
03/23/2018, 2:23 AMRaj Chaudhary
03/23/2018, 5:47 AMTill
03/23/2018, 7:25 AMdirective @auth( requires: UserRoleEnum = ADMIN ) on OBJECT
. Now behind object you can chain stuff like FIELD or FIELD_DEFINITION. Whats the difference of those and where can i read upon the single directive types?