Skip to content

Instantly share code, notes, and snippets.

@danielrearden
Created May 15, 2020 04:09
Show Gist options
  • Save danielrearden/68d884af1d521cddf82eeade8021f729 to your computer and use it in GitHub Desktop.
Save danielrearden/68d884af1d521cddf82eeade8021f729 to your computer and use it in GitHub Desktop.
Making GraphQL Magic with Sqlmancer - 5
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