-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquery-log.json
6 lines (6 loc) · 2.68 KB
/
query-log.json
1
2
3
4
5
6
{"query":{"query":"query getAllTodos($status:Boolean, $search: String) {\n todos(status: $status, search: $search){\n id\n userId\n text\n status\n }\n}\n","variables":{"search":""},"operationName":"getAllTodos"},"level":"info","message":"::1 queried","timestamp":"2017-08-13T18:46:42.570Z"}
{"query":{"query":"\n query IntrospectionQuery {\n __schema {\n queryType { name }\n mutationType { name }\n subscriptionType { name }\n types {\n ...FullType\n }\n directives {\n name\n description\n locations\n args {\n ...InputValue\n }\n }\n }\n }\n\n fragment FullType on __Type {\n kind\n name\n description\n fields(includeDeprecated: true) {\n name\n description\n args {\n ...InputValue\n }\n type {\n ...TypeRef\n }\n isDeprecated\n deprecationReason\n }\n inputFields {\n ...InputValue\n }\n interfaces {\n ...TypeRef\n }\n enumValues(includeDeprecated: true) {\n name\n description\n isDeprecated\n deprecationReason\n }\n possibleTypes {\n ...TypeRef\n }\n }\n\n fragment InputValue on __InputValue {\n name\n description\n type { ...TypeRef }\n defaultValue\n }\n\n fragment TypeRef on __Type {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n ofType {\n kind\n name\n }\n }\n }\n }\n }\n }\n }\n }\n"},"level":"info","message":"::ffff:127.0.0.1 queried","timestamp":"2018-12-17T08:18:33.657Z"}
{"query":{"query":"{\n user{\n email\n todos\n }\n}","variables":null,"operationName":null},"level":"info","message":"::ffff:127.0.0.1 queried","timestamp":"2018-12-17T08:18:44.904Z"}
{"query":{"query":"{\n user{\n email\n }\n}","variables":null,"operationName":null},"level":"info","message":"::ffff:127.0.0.1 queried","timestamp":"2018-12-17T08:19:35.664Z"}
{"query":{"query":"{\n user{\n email\n }\n todos{\n text\n }\n}","variables":null,"operationName":null},"level":"info","message":"::ffff:127.0.0.1 queried","timestamp":"2018-12-17T08:19:51.047Z"}
{"query":{"query":"{\n user{\n email\n }\n todos{\n text\n }\n}","variables":null,"operationName":null},"level":"info","message":"::ffff:127.0.0.1 queried","timestamp":"2018-12-17T08:25:27.818Z"}