Object
GraphQLOperation
A GraphQL operation.
Fields
content_type():
String
The operation content type (for example: 'application/json').
host():
String!
The API endpoint hostname.
id():
ID!
The ID used to reference this operation
name():
String!
The operation name.
operation_type():
String!
The operation type (for example: 'query', 'mutation', 'subscription').
path():
String!
The API endpoint path and query.