# Mutation

**Kind:** Graphql Type

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/backend/api/schema.graphql`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/backend/api/schema.graphql#L1)

## Relationships

- CALLS_API → `createUser`
- CALLS_API → `updateUser`
- CALLS_API → `deleteUser`
- CALLS_API → `createPost`
- CALLS_API → `updatePost`
- CALLS_API → `deletePost`
- CALLS_API → `likePost`
- CALLS_API → `unlikePost`
- CALLS_API → `followUser`
- CALLS_API → `unfollowUser`
- CALLS_API → `addComment`
- CALLS_API → `login`
- CALLS_API → `refreshToken`
