TextsDepart.gql 60 B

123456
  1. query TextsDepart {
  2. textsdepart {
  3. id,
  4. title
  5. }
  6. }