GroupChat
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / GroupChat
Type Alias: GroupChat
> GroupChat: object
Type declaration
__typename?
> optional
__typename: "GroupChat"
_id
> _id: Scalars
["ID"
]["output"
]
createdAt
> createdAt: Scalars
["DateTime"
]["output"
]
creator?
> optional
creator: Maybe
<User
>
messages?
> optional
messages: Maybe
<Maybe
<GroupChatMessage
>[]>
organization
> organization: Organization
title
> title: Scalars
["String"
]["output"
]
updatedAt
> updatedAt: Scalars
["DateTime"
]["output"
]
users
> users: User
[]