Created
May 15, 2020 04:09
-
-
Save danielrearden/68d884af1d521cddf82eeade8021f729 to your computer and use it in GitHub Desktop.
Making GraphQL Magic with Sqlmancer - 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
invoices: [Invoice!]! | |
@relate(on: { from: "CustomerId", to: "CustomerId" }) | |
@many |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment