OBJECT
GraphQLServiceInfo
This type represents information about the Veritone GraphQL server instance. Primarily used by Veritone engineering and operations.
Example query graphqlServiceInfo { graphqlServiceInfo { buildInfo } }
returns { "data": { "graphqlServiceInfo": { "buildInfo": { "commitHash": "0cb09abc3e30bc825830254c756004749c1979c2", "branch": "master", "buildNumber": "1139", "buildDate": "2020-02-03T22:27:43.000Z", "environment": "veritone.com", "commitDate": "" } } } }