Open bravely opened 1 year ago
Ah, right, we've deprecated the need for those now. Would you like to PR the removal of that information? I'm happy to do it if not.
Sure, I'll see about getting to it when I get the chance. Haven't gotten to properly check out Ash yet!
This seems to be fixed :)
On the "Getting Started With Graphql" tutorial page, the "Add AshGraphql to your schema" section(link) includes a lot of instructions that aren't referenced in the code block below.
Excerpt:
Then, the code block beneath neither contains anything about context, Dataloader, or plugins:
Additional context If those are automatically created by calling
use AshGraphql, apis: @apis
then that should probably be spelled out.