domko
02/14/2019, 4:03 PM!
on array indexes does? cant get any information without knowing the "name" of these thing.. i.E: https://github.com/prisma/graphql-request/blob/b0abe80788741f6360c7cd2cbc37620c573be0b1/src/types.ts#L60lfades
02/14/2019, 4:08 PMlfades
02/14/2019, 4:10 PMresponse.errors[0].message
is not valid because errors
may be undefined, but if you are sure that's not the case then you can add the !
domko
02/14/2019, 4:11 PM