Burger.gql 73 B

1234567
  1. query Burger {
  2. burger: burgerstatics {
  3. id
  4. title
  5. poid
  6. }
  7. }