fix: BREACKING CHANGE - Axios call to Lamda was structured incorrectly, meant backend was recieving nested data structure that was suppose to be the Axios config object. data is no longer at data.data.payload but data.payload as was intended.
chore: Added yarn.lock and upgrade many dependencies.
feat: added success/error callbacks to be called on completion of form submission
fix: fixed handling of error response from api to correctly trigger completion/error message.
fix: Graphql fragments not being found by Gatsby.
fix: there were some merge issues in v1.0.10 that have no we have now been resolved