class GraphQL::Language::Nodes::OperationDefinition

A query, mutation or subscription. May be anonymous or named. May be explicitly typed (eg `mutation { … }`) or implicitly a query (eg `{ … }`).