the-deep / server

Server for DEEP
https://app.thedeep.io/
GNU Affero General Public License v3.0
9 stars 3 forks source link

Implement Graphql query node for the project roles #1485

Open sudan45 opened 3 months ago

sudan45 commented 3 months ago

Problem Statement

The 'Project roles' features uses a Rest API.

Acceptance Criteria

The 'Project Roles' feature works with a graphql query.

Additional Information

serializers

https://github.com/the-deep/server/blob/6a823454917cb15b7df7f4ee33552eaafe8bf027/apps/project/serializers.py#L69-L116

views

https://github.com/the-deep/server/blob/6a823454917cb15b7df7f4ee33552eaafe8bf027/apps/project/views.py#L147-L156