Basic Queries: Part 2
Now it's your turn to write some GraphQL queries! Use the below query for reference:
{
graph {
chat {
_id
message
}
}
}
Now it's your turn to write some GraphQL queries! Use the below query for reference:
{
graph {
chat {
_id
message
}
}
}