Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
add graphql endpoing to read chat messages from a group - closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
codekiln committed Jan 27, 2018
1 parent 178a449 commit fd802d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ class Meta:
model = ChatGroup


class ChatMessageType(DjangoObjectType):
class Meta:
model = ChatMessage


class UserType(DjangoObjectType):
class Meta:
model = User
Expand Down

0 comments on commit fd802d5

Please sign in to comment.