github.com/99designs/gqlgen@v0.17.45/integration/src/queries/path.graphql (about)

     1  query path {
     2      path {
     3          cc:child {
     4              error
     5          }
     6      }
     7  }