Show_pokemon.graphql.ts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* tslint:disable */
  2. import { ReaderFragment } from "relay-runtime";
  3. declare const _Show_pokemon$ref: unique symbol;
  4. export type Show_pokemon$ref = typeof _Show_pokemon$ref;
  5. export type Show_pokemon = {
  6. readonly id: string;
  7. readonly iid: string;
  8. readonly nickname: string | null;
  9. readonly pokedexNumber: number | null;
  10. readonly " $refType": Show_pokemon$ref;
  11. };
  12. const node: ReaderFragment = {
  13. "kind": "Fragment",
  14. "name": "Show_pokemon",
  15. "type": "Pokemon",
  16. "metadata": null,
  17. "argumentDefinitions": [],
  18. "selections": [
  19. {
  20. "kind": "ScalarField",
  21. "alias": null,
  22. "name": "id",
  23. "args": null,
  24. "storageKey": null
  25. },
  26. {
  27. "kind": "ScalarField",
  28. "alias": null,
  29. "name": "iid",
  30. "args": null,
  31. "storageKey": null
  32. },
  33. {
  34. "kind": "ScalarField",
  35. "alias": null,
  36. "name": "nickname",
  37. "args": null,
  38. "storageKey": null
  39. },
  40. {
  41. "kind": "ScalarField",
  42. "alias": null,
  43. "name": "pokedexNumber",
  44. "args": null,
  45. "storageKey": null
  46. }
  47. ]
  48. };
  49. (node as any).hash = 'fa2ea53fc6df10adfbe4e2559578ac06';
  50. export default node;