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.

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.
validation_card_number_pin

validation_card_number

delete_job

add_usage

update_user
