Allgemein Simple GraphQL requests… 6. May 2020 vogler A GraphQL server can also be queried with a simple GET request: wget -O - "https://server.rocworks.at/graphql?query=query { getTag(name: \"Input\") { tag { current { value time } } } }"