Simple GraphQL requests…

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 } } } }"