Advertisement
Guest User

h2h

a guest
Jul 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.12 KB | None | 0 0
  1. API_BASE_URL/h2h?team1=<enetpulseId1>&team2=<enetpulseId2>
  2.  
  3. const json = [
  4.   {
  5.     id: ID!
  6.     date: Timestamp!
  7.     teams: [
  8.       {
  9.         id: ID!
  10.         name: String!
  11.         logo: String!
  12.         score: Num!
  13.         scoreExtraTime: Num | null
  14.         scorePenalties: Num | null
  15.       },
  16.       {
  17.         id: ID!
  18.         name: String!
  19.         logo: String!
  20.         score: Num!
  21.         scoreExtraTime: Num | null
  22.         scorePenalties: Num | null
  23.       }
  24.     ]
  25.   },
  26.    {
  27.     id: ID!
  28.     date: Timestamp!
  29.     teams: [
  30.       {
  31.         id: ID!
  32.         name: String!
  33.         logo: String!
  34.         score: Num!
  35.         scoreExtraTime: Num | null
  36.         scorePenalties: Num | null
  37.       },
  38.       {
  39.         id: ID!
  40.         name: String!
  41.         logo: String!
  42.         score: Num!
  43.         scoreExtraTime: Num | null
  44.         scorePenalties: Num | null
  45.       }
  46.     ]
  47.   },
  48.     {
  49.     id: ID!
  50.     date: Timestamp!
  51.     teams: [
  52.       {
  53.         id: ID!
  54.         name: String!
  55.         logo: String!
  56.         score: Num!
  57.         scoreExtraTime: Num | null
  58.         scorePenalties: Num | null
  59.       },
  60.       {
  61.         id: ID!
  62.         name: String!
  63.         logo: String!
  64.         score: Num!
  65.         scoreExtraTime: Num | null
  66.         scorePenalties: Num | null
  67.       }
  68.     ]
  69.   },
  70.     {
  71.     id: ID!
  72.     date: Timestamp!
  73.     teams: [
  74.       {
  75.         id: ID!
  76.         name: String!
  77.         logo: String!
  78.         score: Num!
  79.         scoreExtraTime: Num | null
  80.         scorePenalties: Num | null
  81.       },
  82.       {
  83.         id: ID!
  84.         name: String!
  85.         logo: String!
  86.         score: Num!
  87.         scoreExtraTime: Num | null
  88.         scorePenalties: Num | null
  89.       }
  90.     ]
  91.   },
  92.     {
  93.     id: ID!
  94.     date: Timestamp!
  95.     teams: [
  96.       {
  97.         id: ID!
  98.         name: String!
  99.         logo: String!
  100.         score: Num!
  101.         scoreExtraTime: Num | null
  102.         scorePenalties: Num | null
  103.       },
  104.       {
  105.         id: ID!
  106.         name: String!
  107.         logo: String!
  108.         score: Num!
  109.         scoreExtraTime: Num | null
  110.         scorePenalties: Num | null
  111.       }
  112.     ]
  113.   },
  114. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement