Diana
  • Quick start
  • Client
    • Simple query
    • Query
    • Mutations
    • Change serverUrl
    • Change headers
    • Change serverAuth
    • Query get
    • Link
    • Validating query
  • Server
    • Schemas and Types
    • Queries and Mutations
    • Execution
    • Tools
  • Website
  • Examples
  • Code
Powered by GitBook
On this page

Was this helpful?

  1. Client

Query get

Query get

query="https://neomatrix.herokuapp.com/graphql?query=%7B%0A%20%20neomatrix%7B%0A%20%20%20%20nombre%0A%20%20%20%20linkedin%0A%20%20%7D%0A%7D"
r = Queryclient(query)
r.Info.status == 200 && println(r.Data)
PreviousChange serverAuthNextLink

Last updated 3 years ago

Was this helpful?