/* tslint:disable */ import { ReaderFragment } from "relay-runtime"; declare const _Show_pokemon$ref: unique symbol; export type Show_pokemon$ref = typeof _Show_pokemon$ref; export type Show_pokemon = { readonly iid: string; readonly pokedexNumber: number | null; readonly nickname: string | null; readonly createdAt: any | null; readonly updatedAt: any | null; readonly " $refType": Show_pokemon$ref; }; const node: ReaderFragment = { "kind": "Fragment", "name": "Show_pokemon", "type": "Pokemon", "metadata": null, "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, "name": "iid", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "pokedexNumber", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "nickname", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "createdAt", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "updatedAt", "args": null, "storageKey": null } ] }; (node as any).hash = 'd82e4e9354552655f6ab273c91b54966'; export default node;