the-deep / server

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

Project: Create graphql node for the project roles #1475

Closed sudan45 closed 3 weeks ago

sudan45 commented 6 months ago

Description

create a graphql node for project roles

Expected Query

query MyQuery {
  projectRoles {
    id
    level
    title
    type
  }
}