OBJECT
HubQueryTranslation
link GraphQL Schema definition
- type HubQueryTranslation {
- # If query is invalid, provides error information
- HubQueryErrorInfo!] : [
- # If the query is valid, this is its translation into GraphQL
- String :
- # generated GraphQL broken into lines, the field is intended for readability in a
- # GraphQL interface
- String!] : [
- # when false, only errorInfo and timestamp field are guaranteed to be initialized
- Boolean! :
- # Original query
- String! :
- # query type determined from input query
- HubQueryType :
- # Information on entity types and fields that are triggered by the query
- HubQueryTrigger!] : [
- }