RihanArfan / hasura-nuxt-instagram

Instagram clone built with Nhost, Hasura, GraphQL, Nuxt, Nuxt UI, VeeValidate and urql.
3 stars 1 forks source link

Username validation before submit #3

Open RihanArfan opened 1 year ago

RihanArfan commented 1 year ago

https://vee-validate.logaretm.com/v4/guide/composition-api/handling-forms/#setting-errors-manually

RihanArfan commented 1 year ago

Mutation duplicate

{
  "errors": [
    {
      "message": "Uniqueness violation. duplicate key value violates unique constraint \"profiles_pkey\"",
      "extensions": {
        "path": "$.selectionSet.insert_profiles_one.args.object",
        "code": "constraint-violation"
      }
    }
  ]
}