module
Version:
v0.0.0-...-7b6d726
Opens a new window with list of versions in this module.
Published: Sep 4, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
Message Example
This project was made for job interview.
How to test
-
Open http://localhost:3000/playground
-
Paste:
mutation writeMessage {
writeMessage(
input: {
id: "1"
text: "hello"
}
){
id
text
createdAt
}
}
query getMessages {
getMessages(
input: {
startDate: "2006-01-02T00:00:05Z"
endDate: "2021-01-02T00:00:05Z"
}
){
id
text
createdAt
}
}
- On separate tab paste and launch:
subscription {
newMessagesSubscription{
id
text
createdAt
}
}
Directories
¶
cmd
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.