TGraphQLExecuter.Current Method
Returns the instance which is executing the GraphQL query in the current thread.
Remarks
If no execution is being performed in the current thread, returns nil.
Syntax
Unit: GraphQL.Executer
class function TGraphQLExecuter.Current: TGraphQLExecuter;