Added missing field to gql query (#6607)

This commit is contained in:
Daniel Espino García
2022-09-01 13:54:17 +02:00
committed by GitHub
parent f6c3dabc57
commit e0828d6a74

View File

@@ -234,6 +234,7 @@ query ${QueryNames.QUERY_CHANNELS}($teamId: String!, $perPage: Int!, $exclude: B
purpose
type
createAt
updateAt
creatorId
deleteAt
displayName
@@ -283,6 +284,7 @@ query ${QueryNames.QUERY_CHANNELS_NEXT}($teamId: String!, $perPage: Int!, $exclu
purpose
type
createAt
updateAt
creatorId
deleteAt
displayName
@@ -317,6 +319,7 @@ query ${QueryNames.QUERY_ALL_CHANNELS}($perPage: Int!){
purpose
type
createAt
updateAt
creatorId
deleteAt
displayName
@@ -351,6 +354,7 @@ query ${QueryNames.QUERY_ALL_CHANNELS_NEXT}($perPage: Int!, $cursor: String!) {
purpose
type
createAt
updateAt
creatorId
deleteAt
displayName