type alias ResolverFnimport { type ResolverFn } from "https://deno.land/x/oak_graphql@0.6.4/graphql-subscriptions/index.ts"; definition: (rootValue?: any,args?: any,context?: any,info?: any,) => AsyncIterator<any>