gsoec

Results 3 comments of gsoec

temporary workaround ```go import ( "github.com/99designs/gqlgen/graphql" "github.com/vektah/gqlparser/v2/ast" ) func Test(ctx context.Context) { fc := &graphql.FieldContext{ Field: graphql.CollectedField{ Field: &ast.Field{}, }, } ctx = graphql.WithFieldContext(ctx, fc) m,err:=org.Members(ctx) } ```