📄️ Overview
Talawa Api is the backend for the application talawa written in typescript. It is the base of all the functionalities offered to Users and Organizations that sign up at talawa. In upcoming sections you will get to know all the useful functions performed by the Api. Stay tuned!
📄️ API Design Guide
This page outlines the core design principles of our Talawa-API code base.
📄️ Schema Documentation
🗃️ Base Constraints
3 items
📄️ Mutations
Mutations can be classified in a number of ways, including by the type of change that they introduce, the part of the page that they affect, or the manner in which they are introduced. Talawa API introduces mutation to alter it's value to a certain degree.
📄️ Schemas
Schemas are blue prints of how the database is constructed and it's relationship with other databases, which can be used to interpret information.
📄️ Authentication
Authentication is important for recognizing a user's identity. Authentication prevents unauthorized users from accessing your device or network. This is a security process that covers all of the human-to-computer interactions that require the user to register and log in.
📄️ Functionality
Talawa Api offers various functionalities which will ultimately help in endorsing the relationship between the members of an organization. The list of functionalities offered by Talawa Api are as follows:
📄️ Pagination
Pagination using graphQL connections
📄️ Expectations
This page provides an overview as to what is expected from the Talawa API. Thereby, increasing productivity and improving the application.