Chore: Use Fragments as types (#1670)

* Use Fragments as types

Co-authored-by: v1b3m <vibenjamin6@gmail.com>

* Use Fragments as types in GraphQL queries and mutations

Co-authored-by: v1b3m <vibenjamin6@gmail.com>

---------

Co-authored-by: v1b3m <vibenjamin6@gmail.com>
This commit is contained in:
gitstart-twenty
2023-09-20 09:58:59 +01:00
committed by GitHub
parent 3f600146b1
commit 103fb701e7
25 changed files with 354 additions and 561 deletions
@@ -5,12 +5,8 @@ export const GET_WORKSPACE_MEMBERS = gql`
workspaceMembers: findManyWorkspaceMember(where: $where) {
id
user {
id
email
...userFieldsFragment
avatarUrl
firstName
lastName
displayName
}
}
}