|
@@ -1,6 +1,6 @@
|
|
|
/* tslint:disable */
|
|
/* tslint:disable */
|
|
|
|
|
|
|
|
-import { ConcreteRequest } from "relay-runtime";
|
|
|
|
|
|
|
+import {ConcreteRequest} from 'relay-runtime';
|
|
|
type Show_pokemon$ref = any;
|
|
type Show_pokemon$ref = any;
|
|
|
export type AppPokemonIndexQueryVariables = {};
|
|
export type AppPokemonIndexQueryVariables = {};
|
|
|
export type AppPokemonIndexQueryResponse = {
|
|
export type AppPokemonIndexQueryResponse = {
|
|
@@ -8,7 +8,7 @@ export type AppPokemonIndexQueryResponse = {
|
|
|
readonly edges: ReadonlyArray<{
|
|
readonly edges: ReadonlyArray<{
|
|
|
readonly node: {
|
|
readonly node: {
|
|
|
readonly id: string;
|
|
readonly id: string;
|
|
|
- readonly " $fragmentRefs": Show_pokemon$ref;
|
|
|
|
|
|
|
+ readonly ' $fragmentRefs': Show_pokemon$ref;
|
|
|
} | null;
|
|
} | null;
|
|
|
} | null> | null;
|
|
} | null> | null;
|
|
|
};
|
|
};
|
|
@@ -40,134 +40,134 @@ fragment Show_pokemon on Pokemon {
|
|
|
}
|
|
}
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-const node: ConcreteRequest = (function(){
|
|
|
|
|
-var v0 = {
|
|
|
|
|
- "kind": "ScalarField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "id",
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "storageKey": null
|
|
|
|
|
-};
|
|
|
|
|
-return {
|
|
|
|
|
- "kind": "Request",
|
|
|
|
|
- "fragment": {
|
|
|
|
|
- "kind": "Fragment",
|
|
|
|
|
- "name": "AppPokemonIndexQuery",
|
|
|
|
|
- "type": "Query",
|
|
|
|
|
- "metadata": null,
|
|
|
|
|
- "argumentDefinitions": [],
|
|
|
|
|
- "selections": [
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "LinkedField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "pokemonConnection",
|
|
|
|
|
- "storageKey": null,
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "concreteType": "PokemonConnection",
|
|
|
|
|
- "plural": false,
|
|
|
|
|
- "selections": [
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "LinkedField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "edges",
|
|
|
|
|
- "storageKey": null,
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "concreteType": "PokemonEdge",
|
|
|
|
|
- "plural": true,
|
|
|
|
|
- "selections": [
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "LinkedField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "node",
|
|
|
|
|
- "storageKey": null,
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "concreteType": "Pokemon",
|
|
|
|
|
- "plural": false,
|
|
|
|
|
- "selections": [
|
|
|
|
|
- (v0/*: any*/),
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "FragmentSpread",
|
|
|
|
|
- "name": "Show_pokemon",
|
|
|
|
|
- "args": null
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- "operation": {
|
|
|
|
|
- "kind": "Operation",
|
|
|
|
|
- "name": "AppPokemonIndexQuery",
|
|
|
|
|
- "argumentDefinitions": [],
|
|
|
|
|
- "selections": [
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "LinkedField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "pokemonConnection",
|
|
|
|
|
- "storageKey": null,
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "concreteType": "PokemonConnection",
|
|
|
|
|
- "plural": false,
|
|
|
|
|
- "selections": [
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "LinkedField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "edges",
|
|
|
|
|
- "storageKey": null,
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "concreteType": "PokemonEdge",
|
|
|
|
|
- "plural": true,
|
|
|
|
|
- "selections": [
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "LinkedField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "node",
|
|
|
|
|
- "storageKey": null,
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "concreteType": "Pokemon",
|
|
|
|
|
- "plural": false,
|
|
|
|
|
- "selections": [
|
|
|
|
|
- (v0/*: any*/),
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "ScalarField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "iid",
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "storageKey": null
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "ScalarField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "nickname",
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "storageKey": null
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "kind": "ScalarField",
|
|
|
|
|
- "alias": null,
|
|
|
|
|
- "name": "pokedexNumber",
|
|
|
|
|
- "args": null,
|
|
|
|
|
- "storageKey": null
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- "params": {
|
|
|
|
|
- "operationKind": "query",
|
|
|
|
|
- "name": "AppPokemonIndexQuery",
|
|
|
|
|
- "id": null,
|
|
|
|
|
- "text": "query AppPokemonIndexQuery {\n pokemonConnection {\n edges {\n node {\n id\n ...Show_pokemon\n }\n }\n }\n}\n\nfragment Show_pokemon on Pokemon {\n id\n iid\n nickname\n pokedexNumber\n}\n",
|
|
|
|
|
- "metadata": {}
|
|
|
|
|
- }
|
|
|
|
|
-};
|
|
|
|
|
|
|
+const node: ConcreteRequest = (function() {
|
|
|
|
|
+ const v0 = {
|
|
|
|
|
+ 'kind': 'ScalarField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'id',
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'storageKey': null
|
|
|
|
|
+ };
|
|
|
|
|
+ return {
|
|
|
|
|
+ 'kind': 'Request',
|
|
|
|
|
+ 'fragment': {
|
|
|
|
|
+ 'kind': 'Fragment',
|
|
|
|
|
+ 'name': 'AppPokemonIndexQuery',
|
|
|
|
|
+ 'type': 'Query',
|
|
|
|
|
+ 'metadata': null,
|
|
|
|
|
+ 'argumentDefinitions': [],
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'LinkedField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'pokemonConnection',
|
|
|
|
|
+ 'storageKey': null,
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'concreteType': 'PokemonConnection',
|
|
|
|
|
+ 'plural': false,
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'LinkedField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'edges',
|
|
|
|
|
+ 'storageKey': null,
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'concreteType': 'PokemonEdge',
|
|
|
|
|
+ 'plural': true,
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'LinkedField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'node',
|
|
|
|
|
+ 'storageKey': null,
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'concreteType': 'Pokemon',
|
|
|
|
|
+ 'plural': false,
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ (v0/*: any*/),
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'FragmentSpread',
|
|
|
|
|
+ 'name': 'Show_pokemon',
|
|
|
|
|
+ 'args': null
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ 'operation': {
|
|
|
|
|
+ 'kind': 'Operation',
|
|
|
|
|
+ 'name': 'AppPokemonIndexQuery',
|
|
|
|
|
+ 'argumentDefinitions': [],
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'LinkedField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'pokemonConnection',
|
|
|
|
|
+ 'storageKey': null,
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'concreteType': 'PokemonConnection',
|
|
|
|
|
+ 'plural': false,
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'LinkedField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'edges',
|
|
|
|
|
+ 'storageKey': null,
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'concreteType': 'PokemonEdge',
|
|
|
|
|
+ 'plural': true,
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'LinkedField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'node',
|
|
|
|
|
+ 'storageKey': null,
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'concreteType': 'Pokemon',
|
|
|
|
|
+ 'plural': false,
|
|
|
|
|
+ 'selections': [
|
|
|
|
|
+ (v0/*: any*/),
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'ScalarField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'iid',
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'storageKey': null
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'ScalarField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'nickname',
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'storageKey': null
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 'kind': 'ScalarField',
|
|
|
|
|
+ 'alias': null,
|
|
|
|
|
+ 'name': 'pokedexNumber',
|
|
|
|
|
+ 'args': null,
|
|
|
|
|
+ 'storageKey': null
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ 'params': {
|
|
|
|
|
+ 'operationKind': 'query',
|
|
|
|
|
+ 'name': 'AppPokemonIndexQuery',
|
|
|
|
|
+ 'id': null,
|
|
|
|
|
+ 'text': 'query AppPokemonIndexQuery {\n pokemonConnection {\n edges {\n node {\n id\n ...Show_pokemon\n }\n }\n }\n}\n\nfragment Show_pokemon on Pokemon {\n id\n iid\n nickname\n pokedexNumber\n}\n',
|
|
|
|
|
+ 'metadata': {}
|
|
|
|
|
+ }
|
|
|
|
|
+ };
|
|
|
})();
|
|
})();
|
|
|
(node as any).hash = 'bd8d28f417b6cf2d9c83547f6107b4a8';
|
|
(node as any).hash = 'bd8d28f417b6cf2d9c83547f6107b4a8';
|
|
|
export default node;
|
|
export default node;
|