graph/

directory
v0.0.0-...-89dd5d7 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT

README

example

1.
query {
  bySex(sex: "男") {
    id
    name
    sex
    mobile
  }
}

2.
mutation {
  updateUserMobile(data: {id: "1", mobile: "13299999999"}) {
    id
    name
    sex
    mobile
  }
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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