GraphQL schema update

  1. Access to GraphQL Playground: Go to https://localhost:3000/api/ui and explore the GraphQL Playground.
  2. Update scheme: In the Playground, you will find the "SCHEMA" tab on the right side. Click on it, select "Download" and then "SDL" to download the schema definition language (SDL).
  3. Update schema file: Copy the downloaded SDL content and paste it into the file VaulteronWebserver/ClientApp/src/jsdoc/input/schema.graphql one.