Skip to content

Commit

Permalink
rename to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Oct 16, 2020
1 parent b44f999 commit 3ca2178
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@

namespace HotChocolate
{
public interface IQuery<T> : IQuery
public interface IExecutable<T> : IExecutable
{
new ValueTask<IReadOnlyList<T>> ExecuteAsync(CancellationToken cancellationToken);
}
Expand Down

0 comments on commit 3ca2178

Please sign in to comment.