Skip to content

Commit a4a8363

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # Dockerfile
2 parents b57360d + 18acc29 commit a4a8363

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apk add --no-cache --virtual .gyp \
1818
make \
1919
nasm \
2020
python \
21+
git \
2122
&& npm i \
2223
&& apk del .gyp
2324

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ Get the latest updates by following us on Twitter: https://twitter.com/reactql
125125

126126
### Complete documentation @ **https://reactql.org**
127127

128-
# New to GraphQL?
128+
# New to GraphQL? Need help?
129+
130+
<img src="https://reactql.org/assets/ext/slack_mark.png" alt="ReactQL" width="70" />
131+
132+
[Join the ReactQL slack channel here.](https://join.slack.com/t/reactql/shared_invite/enQtMjU0MjUzNDEzNzY0LWIyY2MzOGNlYmE1ZjI5ZDZhZTI2ODdiYzM2NjczYzJhZDgxYmJmYzE1NDYzZjRkYmVmNmQ3MzM0NzM3N2M5ODM)
129133

130134
Watch my free [45 minute YouTube video](https://www.youtube.com/watch?v=DNPVqK_woRQ), for a live coding walk-through of putting together a GraphQL server with a database. Learn how to write queries, mutations and handle nested/related data.

0 commit comments

Comments
 (0)