Hi, using graphcool cli@next, the deploy is not wo...
# prisma-whats-new
g
Hi, using graphcool cli@next, the deploy is not working even though it did yesterday. I had
The relation field XXX has the wrong format: [XXX!] Possible Formats: XXX, XXX!, [XXX!]!
. Fixed those ( added required since it allows for empty array ), but now I'm getting the non descriptive `The schema is invalid: Invalid field type definition detected. Valid field type formats: Int, Int!, [Int!], [Int!]! for example.`; Did something major change ? Where is the best place to keep track of these ?
f
Ran into a similar issue but was able to have my schema fixed somehow (no error displayed) However there must be something wrong because gc deploy doesn't seem to update the code