Link
Link
It is possible to get links to the graphql query editor
query = """
{
neomatrix{
nombre
linkedin
}
}
"""
r = Queryclient("https://neomatrix.herokuapp.com/graphql",query,getlink=true)result:
"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%0A"or
r = client.Query(query, getlink = true)result:
result:
Last updated
Was this helpful?