TextRef.gql 66 B

12345
  1. query TextRef ($id: Int!) {
  2. textref (id: $id) {
  3. title
  4. }
  5. }