0

Lets say i have a the following requirement, A Project can have only two employees at a time and a employee can only be connected to One Project at a time. Whats the Best Possible Schema model using AWS AppSync graphql that could possible achieve this ?

Graig Peru
  • 107
  • 1
  • 3
  • 12

1 Answers1

0

never mind Figured it out!!! using type Employee and type project.

Graig Peru
  • 107
  • 1
  • 3
  • 12