33
44// WARNING! Do not edit this file manually, your changes will be overwritten.
55
6- #include " BenchmarkClient .h"
6+ #include " TodayClient .h"
77
88#include " graphqlservice/internal/SortedMap.h"
99
1717using namespace std ::literals;
1818
1919namespace graphql {
20- namespace benchmark {
20+ namespace today {
2121namespace client {
2222
2323const std::string& GetRequestText () noexcept
@@ -61,15 +61,15 @@ const peg::ast& GetRequestObject() noexcept
6161}
6262
6363} // namespace client
64- } // namespace benchmark
64+ } // namespace today
6565namespace client {
6666
67- using namespace benchmark ;
67+ using namespace today ;
6868
6969template <>
70- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo Response<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo>::parse(response::Value&& response)
70+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo Response<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo>::parse(response::Value&& response)
7171{
72- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo result;
72+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo result;
7373
7474 if (response.type () == response::Type::Map)
7575 {
@@ -89,9 +89,9 @@ graphql::benchmark::client::query::Query::Response::appointments_AppointmentConn
8989}
9090
9191template <>
92- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment Response<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment>::parse(response::Value&& response)
92+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment Response<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment>::parse(response::Value&& response)
9393{
94- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment result;
94+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment result;
9595
9696 if (response.type () == response::Type::Map)
9797 {
@@ -126,9 +126,9 @@ graphql::benchmark::client::query::Query::Response::appointments_AppointmentConn
126126}
127127
128128template <>
129- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge Response<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge>::parse(response::Value&& response)
129+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge Response<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge>::parse(response::Value&& response)
130130{
131- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge result;
131+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge result;
132132
133133 if (response.type () == response::Type::Map)
134134 {
@@ -138,7 +138,7 @@ graphql::benchmark::client::query::Query::Response::appointments_AppointmentConn
138138 {
139139 if (member.first == R"js( node)js" sv)
140140 {
141- result.node = ModifiedResponse<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment>::parse<TypeModifier::Nullable>(std::move (member.second ));
141+ result.node = ModifiedResponse<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge::node_Appointment>::parse<TypeModifier::Nullable>(std::move (member.second ));
142142 continue ;
143143 }
144144 }
@@ -148,9 +148,9 @@ graphql::benchmark::client::query::Query::Response::appointments_AppointmentConn
148148}
149149
150150template <>
151- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection Response<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection>::parse(response::Value&& response)
151+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection Response<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection>::parse(response::Value&& response)
152152{
153- graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection result;
153+ graphql::today ::client::query::Query::Response::appointments_AppointmentConnection result;
154154
155155 if (response.type () == response::Type::Map)
156156 {
@@ -160,12 +160,12 @@ graphql::benchmark::client::query::Query::Response::appointments_AppointmentConn
160160 {
161161 if (member.first == R"js( pageInfo)js" sv)
162162 {
163- result.pageInfo = ModifiedResponse<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo>::parse (std::move (member.second ));
163+ result.pageInfo = ModifiedResponse<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::pageInfo_PageInfo>::parse (std::move (member.second ));
164164 continue ;
165165 }
166166 if (member.first == R"js( edges)js" sv)
167167 {
168- result.edges = ModifiedResponse<graphql::benchmark ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge>::parse<TypeModifier::Nullable, TypeModifier::List, TypeModifier::Nullable>(std::move (member.second ));
168+ result.edges = ModifiedResponse<graphql::today ::client::query::Query::Response::appointments_AppointmentConnection::edges_AppointmentEdge>::parse<TypeModifier::Nullable, TypeModifier::List, TypeModifier::Nullable>(std::move (member.second ));
169169 continue ;
170170 }
171171 }
@@ -176,7 +176,7 @@ graphql::benchmark::client::query::Query::Response::appointments_AppointmentConn
176176
177177} // namespace client
178178
179- namespace benchmark ::client::query::Query {
179+ namespace today ::client::query::Query {
180180
181181const std::string& GetOperationName () noexcept
182182{
@@ -228,5 +228,5 @@ Response parseResponse(response::Value&& response)
228228 return Query::parseResponse (std::move (response));
229229}
230230
231- } // namespace benchmark ::client::query::Query
231+ } // namespace today ::client::query::Query
232232} // namespace graphql
0 commit comments