TangoJuliett
01/10/2018, 6:10 PMGabriel
01/10/2018, 6:15 PMTangoJuliett
01/10/2018, 6:17 PMGabriel
01/10/2018, 6:33 PMquery {
  postConnection(where: {
    title_contains: "biggest"
  }) {
    edges {
      node {
        id
        title
        published
      }
    }
  }
}TangoJuliett
01/10/2018, 6:37 PMGabriel
01/10/2018, 6:38 PMTangoJuliett
01/10/2018, 6:39 PM