module
Version:
v0.0.0-...-90b204c
Opens a new window with list of versions in this module.
Published: Nov 16, 2021
License: Apache-2.0
Opens a new window with license information.
README
¶
Starter
test
http://localhost:10081/playground
query listEvent{
getEvents(input: {id:0, title:""}){
id
title
description
publishedStatus
createdAt
updatedAt
}
}
query getEvent{
getEvent(eventID: 1){
id
title
description
publishedStatus
createdAt
updatedAt
}
}
query getWallet{
getWallet{
id
amount
updatedAt
}
}
mutation publishEvent {
publishEvent(input:{eventID: 1})
}
Directories
¶
Click to show internal directories.
Click to hide internal directories.