Validating query
Validating query
query = """
{
neomatrix{
nombre
linkedin
}
}
"""
r = Queryclient("https://neomatrix.herokuapp.com/graphql",query, check = true)"ok" query = """
{
neomatrix {
nombre
linkedin
}
"""
r = Queryclient("https://neomatrix.herokuapp.com/graphql",query, true)
#r = client.Query(query, check = true)Last updated