arjunyel / firestore-apollo-graphql

An example of a GraphQL setup with a Firebase Firestore backend. Uses Apollo Engine/Server 2.0 and deployed to Google App Engine.

Home Page:https://youtu.be/8D9XnnjFGMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweet interface in readme

philohelp opened this issue · comments

commented

Hi, thanks for the great work !

I was wondering if there wasn't a small error in the readme, it should probably be :
interface Tweet {
id: string;
likes: number;
text: string;
userId: string;
}