Skip to main content
Skip table of contents

Technical Documentation for GraphQL implementation in EPrintSaas

In GraphQL, two primary static classes are often utilized:

  • Queries

  • Mutations

Here's the structure for clarity:

  • Queries
    Used to retrieve data from the server. Queries are read-only operations that fetch the desired information based on the schema.

image-20241120-114746.png

  • Mutations
    Used to modify data on the server, such as validating, creating, updating, or deleting resources. Mutations also return data, often the updated state of the modified resource.

  1. validation_card_number_pin

image-20241120-121720.png
  1. validation_card_number

image-20241120-120442.png
  1. delete_job

image-20241120-120847.png
  1. add_usage

image-20241120-121048.png
  1. update_user

image-20241120-121326.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.