Skip to content

Instantly share code, notes, and snippets.

@ericstumper
Created July 3, 2016 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericstumper/f547d81b7ac53ede1195452aa80ebd46 to your computer and use it in GitHub Desktop.
Save ericstumper/f547d81b7ac53ede1195452aa80ebd46 to your computer and use it in GitHub Desktop.
State after one user logging in, logging out directly after and another user logging in afterwards
This file has been truncated, but you can view the full file.
{
"monitorState": {},
"actionsById": {
"0": {
"type": "PERFORM_ACTION",
"action": {
"type": "@@INIT"
},
"timestamp": 1467536860691,
"duration": 0.4049999999999727
},
"1": {
"type": "PERFORM_ACTION",
"action": {
"type": "@@router/LOCATION_CHANGE",
"payload": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "POP",
"key": "3pjfgs",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"timestamp": 1467536860697,
"duration": 0.13999999999987267
},
"2": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_MUTATION_INIT",
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"mutationId": "0",
"fragmentMap": {}
},
"timestamp": 1467536872184,
"duration": 0.11500000000160071
},
"3": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_MUTATION_RESULT",
"result": {
"data": {
"createToken": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
}
}
},
"mutationId": "0"
},
"timestamp": 1467536872500,
"duration": 1.6999999999989086
},
"4": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGIN_USER_SUCCESS",
"payload": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
}
},
"timestamp": 1467536872507,
"duration": 1.2299999999995634
},
"5": {
"type": "PERFORM_ACTION",
"action": {
"type": "@@router/LOCATION_CHANGE",
"payload": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"timestamp": 1467536872515,
"duration": 0.049999999999272404
},
"6": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGIN_USER_REQUEST"
},
"timestamp": 1467536872520,
"duration": 0.05499999999847205
},
"7": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_INIT",
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"forceFetch": false,
"returnPartialData": false,
"queryId": "1",
"requestId": 2,
"fragmentMap": {}
},
"timestamp": 1467536872542,
"duration": 0.09499999999934516
},
"8": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_INIT",
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"forceFetch": false,
"returnPartialData": false,
"queryId": "3",
"requestId": 4,
"fragmentMap": {}
},
"timestamp": 1467536872570,
"duration": 0.125000000001819
},
"9": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_RESULT",
"result": {
"data": {
"verifyToken": true
}
},
"queryId": "1",
"requestId": 2
},
"timestamp": 1467536872631,
"duration": 0.5149999999994179
},
"10": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGIN_USER_SUCCESS",
"payload": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
}
},
"timestamp": 1467536872636,
"duration": 0.4000000000014552
},
"11": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_STOP",
"queryId": "1"
},
"timestamp": 1467536872647,
"duration": 0.11000000000240107
},
"12": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_STOP",
"queryId": "1"
},
"timestamp": 1467536872650,
"duration": 0.039999999999054126
},
"13": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_RESULT",
"result": {
"data": {
"currentUser": {
"lastName": "Pan",
"firstName": "Peter",
"email": "peter@pan.de"
}
}
},
"queryId": "3",
"requestId": 4
},
"timestamp": 1467536872663,
"duration": 0.24500000000080036
},
"14": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_MUTATION_INIT",
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"mutationId": "5",
"fragmentMap": {}
},
"timestamp": 1467536878642,
"duration": 0.06000000000130967
},
"15": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_MUTATION_RESULT",
"result": {
"data": {
"deleteToken": "successfully logged out"
}
},
"mutationId": "5"
},
"timestamp": 1467536878674,
"duration": 0.21499999999650754
},
"16": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGOUT_USER"
},
"timestamp": 1467536878679,
"duration": 0.05500000000029104
},
"17": {
"type": "PERFORM_ACTION",
"action": {
"type": "@@router/LOCATION_CHANGE",
"payload": {
"pathname": "/login",
"search": "?redirect=%2F",
"hash": "",
"state": null,
"action": "PUSH",
"key": "phwnf9",
"query": {
"redirect": "/"
},
"$searchBase": {
"search": "?redirect=%2F",
"searchBase": ""
}
}
},
"timestamp": 1467536878684,
"duration": 0.05500000000029104
},
"18": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_STOP",
"queryId": "3"
},
"timestamp": 1467536878697,
"duration": 0.06999999999970896
},
"19": {
"type": "PERFORM_ACTION",
"action": {
"type": "@@router/LOCATION_CHANGE",
"payload": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "vj31np",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"timestamp": 1467536878716,
"duration": 0.04500000000189175
},
"20": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_MUTATION_INIT",
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"mutationId": "6",
"fragmentMap": {}
},
"timestamp": 1467536883225,
"duration": 0.05500000000029104
},
"21": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_MUTATION_RESULT",
"result": {
"data": {
"createToken": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"mutationId": "6"
},
"timestamp": 1467536883539,
"duration": 0.23500000000058208
},
"22": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGIN_USER_SUCCESS",
"payload": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
},
"timestamp": 1467536883544,
"duration": 0.4850000000005821
},
"23": {
"type": "PERFORM_ACTION",
"action": {
"type": "@@router/LOCATION_CHANGE",
"payload": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "sgluth",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"timestamp": 1467536883550,
"duration": 0.04499999999825377
},
"24": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGIN_USER_REQUEST"
},
"timestamp": 1467536883552,
"duration": 0.039999999997235136
},
"25": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_INIT",
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
},
"forceFetch": false,
"returnPartialData": false,
"queryId": "7",
"requestId": 8,
"fragmentMap": {}
},
"timestamp": 1467536883568,
"duration": 0.03499999999985448
},
"26": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_INIT",
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": null,
"minimizedQuery": null,
"forceFetch": false,
"returnPartialData": false,
"queryId": "9",
"requestId": 10,
"fragmentMap": {}
},
"timestamp": 1467536883587,
"duration": 0.06499999999869033
},
"27": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_RESULT_CLIENT",
"result": {
"data": {
"currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"complete": false,
"queryId": "9"
},
"timestamp": 1467536883594,
"duration": 0.15499999999883585
},
"28": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_RESULT",
"result": {
"data": {
"verifyToken": true
}
},
"queryId": "7",
"requestId": 8
},
"timestamp": 1467536883639,
"duration": 0.33000000000174623
},
"29": {
"type": "PERFORM_ACTION",
"action": {
"type": "languafy/App/LOGIN_USER_SUCCESS",
"payload": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
},
"timestamp": 1467536883643,
"duration": 0.4350000000013097
},
"30": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_STOP",
"queryId": "7"
},
"timestamp": 1467536883681,
"duration": 0.12999999999738066
},
"31": {
"type": "PERFORM_ACTION",
"action": {
"type": "APOLLO_QUERY_STOP",
"queryId": "7"
},
"timestamp": 1467536883684,
"duration": 0.06000000000130967
}
},
"nextActionId": 32,
"stagedActionIds": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31],
"skippedActionIds": [],
"committedState": {},
"currentStateIndex": 31,
"computedStates": [{
"state": {
"routing": {
"locationBeforeTransitions": null
},
"apollo": {
"queries": {},
"mutations": {},
"data": {}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "POP",
"key": "3pjfgs",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {},
"data": {}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "POP",
"key": "3pjfgs",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": true,
"error": null,
"fragmentMap": {}
}
},
"data": {}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "POP",
"key": "3pjfgs",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "POP",
"key": "3pjfgs",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"1": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 2,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"1": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 2,
"fragmentMap": {}
},
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"1": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 2,
"fragmentMap": {}
},
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"1": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 2,
"fragmentMap": {}
},
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": true,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "jl5wrt",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": "You have been successfully logged out."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "?redirect=%2F",
"hash": "",
"state": null,
"action": "PUSH",
"key": "phwnf9",
"query": {
"redirect": "/"
},
"$searchBase": {
"search": "?redirect=%2F",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"3": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 4,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": "You have been successfully logged out."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "?redirect=%2F",
"hash": "",
"state": null,
"action": "PUSH",
"key": "phwnf9",
"query": {
"redirect": "/"
},
"$searchBase": {
"search": "?redirect=%2F",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": "You have been successfully logged out."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "vj31np",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": "You have been successfully logged out."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "vj31np",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": true,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": "You have been successfully logged out."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "vj31np",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out",
"createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
},
"ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"auth": {
"token": null,
"userName": null,
"isAuthenticated": false,
"isAuthenticating": false,
"statusText": "You have been successfully logged out."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/login",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "vj31np",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out",
"createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
},
"ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "sgluth",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out",
"createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
},
"ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ",
"isAuthenticated": true,
"isAuthenticating": false,
"statusText": "You have been successfully logged in."
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "sgluth",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out",
"createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
},
"ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "sgluth",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"7": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 8,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out",
"createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
},
"ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "sgluth",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"7": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 8,
"fragmentMap": {}
},
"9": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": null,
"minimizedQuery": null,
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 10,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "peter@pan.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"5": {
"mutationString": "mutation deleteToken($token: String!) {\n deleteToken(token: $token)\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "deleteToken",
"loc": {
"start": 63,
"end": 74,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 84,
"end": 89,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 92,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 91,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 84,
"end": 97,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 63,
"end": 105,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 55,
"end": 111,
"source": {
"body": "\n mutation deleteToken(\n $token: String!\n ) {\n deleteToken(\n token: $token\n )\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"loading": false,
"error": null,
"fragmentMap": {}
},
"6": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 169,
"end": 174,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 159,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 88,
"end": 182,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 80,
"end": 188,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"variables": {
"email": "max@muster.de",
"password": "test123"
},
"loading": false,
"error": null,
"fragmentMap": {}
}
},
"data": {
"ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA"
},
"ROOT_MUTATION": {
"createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"peter@pan.de\",\"password\":\"test123\"})",
"deleteToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": "successfully logged out",
"createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": "ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})"
},
"ROOT_QUERY": {
"verifyToken({\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjEiLCJleHAiOjE0NzAxMjg4NzIsImlhdCI6MTQ2NzUzNjg3MiwiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiI3NmI3MWJlNC1hMmRlLTQwZjctYjBkYS1lZDg0NmRlZTkxNTIiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjEiLCJ0eXAiOiJ0b2tlbiJ9._ft2ACeRNJTrMODkIGW7M_wXClxuJ1bhkX1YLP-IPpebt05kkOmI3-qtRfuuyL8oQmYF3Krr0Mw73f1EyNV3YA\"})": true,
"currentUser": "ROOT_QUERY.currentUser"
},
"ROOT_QUERY.currentUser": {
"firstName": "Peter",
"lastName": "Pan",
"email": "peter@pan.de"
},
"ROOT_MUTATION.createToken({\"email\":\"max@muster.de\",\"password\":\"test123\"})": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
}
}
},
"auth": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ",
"isAuthenticated": true,
"isAuthenticating": true,
"statusText": null
}
}
}, {
"state": {
"routing": {
"locationBeforeTransitions": {
"pathname": "/",
"search": "",
"hash": "",
"state": null,
"action": "PUSH",
"key": "sgluth",
"query": {},
"$searchBase": {
"search": "",
"searchBase": ""
}
}
},
"apollo": {
"queries": {
"7": {
"queryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 40,
"end": 80,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": "query verifyToken($token: String!) {\n verifyToken(token: $token)\n}\n",
"minimizedQuery": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "verifyToken",
"loc": {
"start": 48,
"end": 59,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 60,
"end": 65,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "token",
"loc": {
"start": 68,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 67,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 60,
"end": 73,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": null,
"loc": {
"start": 48,
"end": 74,
"source": {
"body": "\n query verifyToken($token: String!) {\n verifyToken(token: $token)\n }\n ",
"name": "GraphQL"
}
}
}]
}
},
"variables": {
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJVc2VyOjIiLCJleHAiOjE0NzAxMjg4ODMsImlhdCI6MTQ2NzUzNjg4MywiaXNzIjoiTGFuZ3VhZnkiLCJqdGkiOiIxZjIyMDM2Yi0xYzE3LTQ3MDYtYmI0Ni02N2ViNDQwYjFlMTMiLCJwZW0iOnt9LCJzdWIiOiJVc2VyOjIiLCJ0eXAiOiJ0b2tlbiJ9.7u3-a57pLap0_RMx37_OuP_QHhAYVUIOPBx1rKMSkAZ-UmXeT3K1uN-UFxirJDLOF9vbNxwnU_2vto9q679WvQ"
},
"loading": true,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 8,
"fragmentMap": {}
},
"9": {
"queryString": "query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n}\n",
"query": {
"id": "ROOT_QUERY",
"typeName": "Query",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "currentUser",
"loc": {
"start": 34,
"end": 45,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "firstName",
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 56,
"end": 65,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "lastName",
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 74,
"end": 82,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [],
"directives": [],
"selectionSet": null,
"loc": {
"start": 91,
"end": 96,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 46,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 34,
"end": 104,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"loc": {
"start": 26,
"end": 110,
"source": {
"body": "\n query getCurrentUser {\n currentUser {\n firstName\n lastName\n email\n }\n }\n ",
"name": "GraphQL"
}
}
}
},
"minimizedQueryString": null,
"minimizedQuery": null,
"loading": false,
"networkError": null,
"graphQLErrors": null,
"forceFetch": false,
"returnPartialData": false,
"lastRequestId": 10,
"fragmentMap": {}
}
},
"mutations": {
"0": {
"mutationString": "mutation createToken($email: String!, $password: String!) {\n createToken(email: $email, password: $password) {\n token\n }\n}\n",
"mutation": {
"id": "ROOT_MUTATION",
"typeName": "Mutation",
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
"alias": null,
"name": {
"kind": "Name",
"value": "createToken",
"loc": {
"start": 88,
"end": 99,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"arguments": [{
"kind": "Argument",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 109,
"end": 114,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "email",
"loc": {
"start": 117,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 116,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 109,
"end": 122,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}, {
"kind": "Argument",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 131,
"end": 139,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"value": {
"kind": "Variable",
"name": {
"kind": "Name",
"value": "password",
"loc": {
"start": 142,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 141,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
},
"loc": {
"start": 131,
"end": 150,
"source": {
"body": "\n mutation createToken(\n $email: String!\n $password: String!\n ) {\n createToken(\n email: $email\n password: $password\n ) {\n token\n }\n }\n ",
"name": "GraphQL"
}
}
}],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [{
"kind": "Field",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment