-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Versions
Hello! First of all - thanks for the amazing work in everything ash-related. Mind-blowing stuff.
I'm looking into building a relay-compatible graphql API, but I can't manage to get it working. The documentation mentions relay? true
being available in resources, but I get a compilation errors. Has that been deprecated?
In short, I can't seem to be able to do what's mentioned here:
https://github.com/ash-project/ash_graphql/blob/v1.7.17/documentation/topics/relay.md
Thanks!
Operating system
devcontainer (with alpine)
Current Behavior
No response
Reproduction
Something like this:
graphql do
relay? true
type :foo
end
Results in:
undefined function relay?/1 (there is no such import)
Expected Behavior
relay? true
compiles.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working