starter

module
v0.0.0-...-b36981d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2021 License: Apache-2.0

README

Starter

test

query listEvent{
  getEvents(input: {id:0, title:""}){
    id
    title
    description
    publishedStatus
    createdAt
    updatedAt
  }
}

query getEvent{
  getEvent(eventID: 2){
    id
    title
    description
    publishedStatus
    createdAt
    updatedAt
  }
}

query getWallet{
  getWallet{
    id
    amount
		updatedAt
  }
}

mutation publishEvent {
  publishEvent(input:{eventID: 1})
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL