Last active
October 4, 2021 07:40
-
-
Save kabece/e6764e06daeb63f7c738769016356ca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func (r *chatRoomResolver) MessagesConnection(ctx context.Context, | |
obj *model.ChatRoom, first *int, after *string) (*model.MessagesConnection, error) { | |
panic(fmt.Errorf("not implemented")) | |
} | |
func (r *queryResolver) ChatRoom(ctx context.Context, id string) (*model.ChatRoom, error) { | |
panic(fmt.Errorf("not implemented")) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment