Skip to content

GraphQl in .net framework #105

@roybs2

Description

@roybs2

Hey,
I'm trying to run GraphQL on .net framework 4.6.1
All examples are with dependency injection in .net core.
I couldn't understand how to inject types, query and schema in .net framework.
I tried to do some things:
Container.RegisterType<IDocumentExecuter, DocumentExecuter>("DocumentExecuter");
Container.RegisterType<ISchema, StoreSchema>(new ContainerControlledLifetimeManager());
Container.RegisterType<ISchema, EasyStoreSchema>(new ContainerControlledLifetimeManager());
Container.RegisterType();

But nothing worked.

Do you have any suggestions\ examples how to use graphql in .net framework?
tnx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions