Skip to content

Change field execution function generation to use IL emitting #66

@Horusiath

Description

@Horusiath

Currently during so-called compilation phase we're generating execution function for each field of each GraphQL object - we do it quite naively to be honest. The idea is to replace current function generation mechnism (which uses plain old function cominators + System.Reflection in few places) to function bodies constructed through System.Reflection.Emit.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions