--- title: client tags: subscription --- ``` { client{ id name nickName bio address email phoneNumber POC_name POC_email POC_phoneNumber disable } } ``` ``` { client(order_by: { name: $name, created_at: $created_at, updated_by: $updated_by }, where: { _or: [ { name: { _ilike: $text } }, { email: { _ilike: $text } } ] } ){ id name nickName bio address email phoneNumber POC_name POC_email POC_phoneNumber disable } } ``` ``` query ($id: uuid!){ client_by_pk(id: $id){ id name nickName bio address email phoneNumber POC_name POC_email POC_phoneNumber disable } } { "id" : "" } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up