Skip to content

Instantly share code, notes, and snippets.

@kabece
Last active October 4, 2021 07:40
Show Gist options
  • Save kabece/e6764e06daeb63f7c738769016356ca3 to your computer and use it in GitHub Desktop.
Save kabece/e6764e06daeb63f7c738769016356ca3 to your computer and use it in GitHub Desktop.
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