public global::System.Threading.Tasks.Task <global::StrawberryShake.IOperationResult <global::StrawberryShake.Client.StarWarsQuery.IGetHuman> > GetHumanAsync(
            GetHumanOperation operation,
            global::System.Threading.CancellationToken cancellationToken = default)
        {
            if (operation is null)
            {
                throw new ArgumentNullException(nameof(operation));
            }

            return(_executor.ExecuteAsync(operation, cancellationToken));
        }
Beispiel #2
0
        public Task <IOperationResult <IGetHuman> > GetHumanAsync(
            GetHumanOperation operation,
            CancellationToken cancellationToken = default)
        {
            if (operation is null)
            {
                throw new ArgumentNullException(nameof(operation));
            }

            return(_executor.ExecuteAsync(operation, cancellationToken));
        }