and method

Implementation

GraphQLQuery and(GraphQLQuery gql) {
  _gqls.add(gql);
  return this;
}