Skip to content

HotChocolate 13.9 with AspNet Core 8 documentation needs improvements #62

@fpiazza99

Description

@fpiazza99

Using the tutorials to generate a HotChocolate 13.9 with AspNet Core 8 test project does not always work.

I found thru many searches that the following addition was needed:

app.MapGraphQL()
.WithOptions(new GraphQLServerOptions() { Tool = { ServeMode = GraphQLToolServeMode.Embedded } });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions