Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. mutation {
  2. sportunity {
  3. newSporunity(sportunity: {
  4. title: "zou",
  5. description: "a description"
  6. organizers: [
  7. {
  8. organizer: "57c35ee00000000000000000",
  9. isAdmin: true,
  10. role: COACH
  11. },
  12. {
  13. organizer: "57c35ee00000000000000000",
  14. isAdmin: false,
  15. role: VENUE
  16. }
  17. ],
  18. sport: "57c35ee00000000000000000",
  19. mode: RANDOM,
  20. address: {
  21. country: "France",
  22. city: "Annemasse",
  23. zip: "74100"
  24. },
  25. levelRestriction: {
  26. from: 10,
  27. to: 80
  28. },
  29. ageRestriction: {
  30. from: 20,
  31. to: 45
  32. },
  33. participantRange: {
  34. from: 10,
  35. to: 100
  36. }
  37. }) {
  38. id
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement