Add error codes to campaign errors
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: eseliger
Some of our resolvers return errors very purposefully, and we did document that some error will be returned, but not which or how to identify this specific error.
I tried making more clear what the error actually looks like and that people using the API can assert on them by adding an error code to them, through an Extensions field that graphql-go provides us with.
Push commits to the source branch or add previously merged commits to review them.