\r\n\r\nFinally, we have an endpoint we can start to integrate multi-chain components.\r\n\r\nAt some point would be nice to have some component which would wrap and abstract the current endpoint in case we find Supabase is not sufficient for our case. \r\n\r\n\r\n## Endpoint\r\nFollow up what can be done with new endpoint\r\nIf anyone wants to play with that here is the URL\r\n\r\n```\r\nhttps://xtnvtbdyvpbbnonbbcif.supabase.co/graphql/v1\r\n```\r\n\r\nYou need to add `apiKey` header into your request. You can find the key in the discord group.\r\n\r\n\r\nSample Query\r\n```graphql\r\nquery findCollections {\r\n\tcollectionsCollection(first: 10) {\r\n\t\tedges {\r\n\t\t\tnode {\r\n\t\t\t\tname\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n```\r\n\r\n\r\n## Tasks \r\n- https://github.com/kodadot/nft-gallery/issues/4865\r\n- https://github.com/kodadot/nft-gallery/issues/4617\r\n- https://github.com/kodadot/nft-gallery/issues/4380\r\n- https://github.com/kodadot/nft-gallery/issues/4618\r\n- https://github.com/kodadot/nft-gallery/issues/4073\r\n- https://github.com/kodadot/nft-gallery/issues/4275\r\n- https://github.com/kodadot/nft-gallery/issues/4753\r\n\r\nOnce all the above done \r\n- https://github.com/kodadot/nft-gallery/issues/4379\r\n\r\n## Ref\r\n- https://developers.cloudflare.com/d1/platform/client-api/\r\n- https://github.com/kodadot/nft-gallery/issues/1824",[2007,2010,2012,2014,2017],{"name":2008,"color":2009},"$$","0E8A16",{"name":2011,"color":1989},"p2",{"name":2013,"color":1995},"A-search",{"name":2015,"color":2016},"chief","67EA1F",{"name":2018,"color":1995},"A-multi-chain",4257,"Enable Multi-chain capabilities in KodaDot","2023-03-15T14:49:24Z","https://github.com/kodadot/nft-gallery/issues/4257",0.7974381,{"description":2025,"labels":2026,"number":2028,"owner":1997,"repository":1998,"state":1999,"title":2029,"updated_at":2030,"url":2031,"score":2032},"### Is your feature request related to a problem?\n\nPlease select any NFT collection. You can see several tabs under the description section.\r\n\r\nIf you select the 'Holders' and 'Flippers' tabs, you will find several checkboxes arranged in a straight line above the table.\r\nI hate this style because it doesn't looks like professional and especially it's displayed by several lines when mobile view.\n\n### Describe the solution you would like\n\nI recommend Multi Select Input feature.\n\n### Describe alternatives you have considered\n\n\r\n\r\nI like this style.\n\n### Screenshots\n\n\r\n\n\n### Are there opened related issues?\n\n_No response_",[2027],{"name":1985,"color":1986},4642,"I recommend multi select input than just several checkboxs.","2023-02-19T13:05:09Z","https://github.com/kodadot/nft-gallery/issues/4642",0.7994718,{"description":2034,"labels":2035,"number":2043,"owner":1997,"repository":1998,"state":2044,"title":2045,"updated_at":2046,"url":2047,"score":2048},"### What happened?\r\n\r\nCurrently, for the dynamic query import, I use magick like \r\n\r\n```ts\r\nconst query = this.urlPrefix === 'rmrk' \r\n ? await import('@/queries/nftStatsByIssuer.graphql')\r\n : await import('@/queries/unique/nftStatsByIssuer.graphql')\r\n```\r\n\r\nIn future, we will have more chains so having something like\r\n```ts\r\nconst query = await import(`@/queries/${this.urlPrefix}/nftStatsByIssuer.graphql`)\r\n```\r\n\r\nwould be perfect\r\n\r\n### Please reproduce in steps\r\n\r\nthe current problem is that I am unable to get it up and running\r\n\r\n\r\n\r\n### Expected Behavior\r\n\r\nI've expected ...\r\n\r\n### What browsers are you seeing the problem on?\r\n\r\n_No response_\r\n\r\n### Are you logged in?\r\n\r\n_No response_\r\n\r\n### At which address did you encounter bug?\r\n\r\n_No response_\r\n\r\n### Screenshots\r\n\r\nPaste from your clipboard or upload screenshots\r\n\r\n### Relevant log output\r\n\r\n_No response_\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's Code of Conduct",[2036,2039,2041,2042],{"name":2037,"color":2038},"bug","d73a4a",{"name":2040,"color":1995},"A-statemine-ahk",{"name":2008,"color":2009},{"name":1988,"color":1989},1521,"closed","Handle dynamic .graphql imports","2023-01-05T16:00:49Z","https://github.com/kodadot/nft-gallery/issues/1521",0.7585754,{"description":2050,"labels":2051,"number":2064,"owner":1997,"repository":1998,"state":2044,"title":2065,"updated_at":2066,"url":2067,"score":2068},"EDIT, you must be logged in. \r\nWhen you are not logged, it seems ok!\r\n\r\nError happened between going to artists profile https://deploy-preview-3060--koda-nuxt.netlify.app/bsx/u/bXjmyHufR6HcjAtKNVTV4UjHj3poQW3d2yYWKDdWe5cGGmg3z?page=1\r\nbut seems items are being shown \r\n\r\n\u003Cimg width=\"550\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5887929/172605984-bdc6af60-93ec-4082-83eb-f77e585f100d.png\">\r\n\r\n```\r\n{\r\n \"errors\": [\r\n {\r\n \"message\": \"Cannot query field \\\"nFTEntities\\\" on type \\\"Query\\\". Did you mean \\\"nftEntities\\\" or \\\"nftEntityById\\\"?\",\r\n \"extensions\": {\r\n \"code\": \"GRAPHQL_VALIDATION_FAILED\",\r\n \"exception\": {\r\n \"stacktrace\": [\r\n \"GraphQLError: Cannot query field \\\"nFTEntities\\\" on type \\\"Query\\\". Did you mean \\\"nftEntities\\\" or \\\"nftEntityById\\\"?\",\r\n \" at Object.Field (/squid/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js:48:31)\",\r\n \" at Object.enter (/squid/node_modules/graphql/language/visitor.js:323:29)\",\r\n \" at Object.enter (/squid/node_modules/graphql/utilities/TypeInfo.js:370:25)\",\r\n \" at visit (/squid/node_modules/graphql/language/visitor.js:243:26)\",\r\n \" at validate (/squid/node_modules/graphql/validation/validate.js:69:24)\",\r\n \" at validate (/squid/node_modules/apollo-server-core/dist/requestPipeline.js:186:39)\",\r\n \" at processGraphQLRequest (/squid/node_modules/apollo-server-core/dist/requestPipeline.js:98:34)\",\r\n \" at runMicrotasks (\u003Canonymous>)\",\r\n \" at processTicksAndRejections (node:internal/process/task_queues:96:5)\",\r\n \" at async processHTTPRequest (/squid/node_modules/apollo-server-core/dist/runHttpQuery.js:220:30)\"\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n}\r\n```\r\n\r\n_Originally posted by @yangwao in https://github.com/kodadot/nft-gallery/issues/3060#issuecomment-1149795284_",[2052,2054,2057,2059,2061],{"name":2053,"color":2009},"$",{"name":2055,"color":2056},"p1","D93F0B",{"name":2058,"color":1995},"A-basilisk",{"name":2060,"color":1995},"A-profile",{"name":2062,"color":2063},"🧊- rubick","e99695",3119,"Error on Artists profile on BSX","2022-06-08T12:48:15Z","https://github.com/kodadot/nft-gallery/issues/3119",0.77819985,{"description":2070,"labels":2071,"number":2076,"owner":1997,"repository":1998,"state":2044,"title":2077,"updated_at":2078,"url":2079,"score":2080},"Since #3786 we don't have data in bsx landing page (Latest Sales & Newest List components)\r\n\r\nError log:\r\n```\r\n0 | Object { message: \"Cannot query field \\\"animationUrl\\\" on type \\\"LastEventEntity\\\".\", extensions: {…} }\r\n-- | --\r\nmessage | \"Cannot query field \\\"animationUrl\\\" on type \\\"LastEventEntity\\\".\"\r\nextensions | Object { code: \"GRAPHQL_VALIDATION_FAILED\", exception: {…} }\r\ncode | \"GRAPHQL_VALIDATION_FAILED\"\r\n```\r\n\r\nWe need to extend https://github.com/kodadot/snek with the same PR done in https://github.com/kodadot/rubick",[2072,2073,2074],{"name":2037,"color":2038},{"name":2058,"color":1995},{"name":2075,"color":1995},"A-subsquid",3797,"BSX landing lastNftListEvent","2022-08-20T15:55:34Z","https://github.com/kodadot/nft-gallery/issues/3797",0.7859136,{"description":2082,"labels":2083,"number":2090,"owner":1997,"repository":1998,"state":2044,"title":2091,"updated_at":2092,"url":2093,"score":2094},"**Is your feature request related to a problem? Please describe.**\r\nAs user I would like to see the interactions in the NFT detail\r\n\r\n**Describe the solution you'd like**\r\nSimple accordion card under the share card in NFT detail\r\n\r\n**Additional context**\r\nthere is field for that called interactions in the graphQL.\r\n\r\nSo task is simple:\r\n- [ ] have a table with following columns -> Type From To Amount Date\r\n- [ ] extend the graphql query with the interaction field\r\n- [ ] show :)\r\n\r\n\r\nIn case of any question feel free to hit me up on Discord/ Telegram/ Twitter.",[2084,2085,2086,2087],{"name":1985,"color":1986},{"name":2053,"color":2009},{"name":2008,"color":2009},{"name":2088,"color":2089},"subquery","EC2C6D",570,"NFT Interaction history ","2021-07-21T08:41:11Z","https://github.com/kodadot/nft-gallery/issues/570",0.7890545,{"description":2096,"labels":2097,"number":2101,"owner":1997,"repository":1998,"state":2044,"title":2102,"updated_at":2103,"url":2104,"score":2105},"It's about time to update graphql to the newest possible.\r\n\r\n```\r\n '16.2.0': '2021-12-17T14:57:40.667Z'\r\n```\n\nIt's would be good to check all queries if they're do alright and compare outputs before & after.",[2098,2099],{"name":2008,"color":2009},{"name":2100,"color":1989},"p5",1996,"Update to graphql ^16.2.0","2022-01-23T10:46:46Z","https://github.com/kodadot/nft-gallery/issues/1996",0.79416823,{"description":2107,"labels":2108,"number":2118,"owner":1997,"repository":1998,"state":2044,"title":2119,"updated_at":2120,"url":2121,"score":2122},"Once https://github.com/kodadot/nft-gallery/issues/958 is closed and #1134 refactored into better code we can continue to `main-nuxt` best with this\r\n\r\n- Check whenever folded chart and price chart loads data \r\n- https://github.com/kodadot/nft-gallery/issues/957 show only when you can do something with NFT \r\n- https://github.com/kodadot/nft-gallery/issues/956\r\n- https://github.com/kodadot/nft-gallery/issues/990 is related to adding under history chart",[2109,2110,2111,2113,2115],{"name":2008,"color":2009},{"name":1988,"color":1989},{"name":2112,"color":1995},"A-item",{"name":2114,"color":1995},"A-chart",{"name":2116,"color":2117},"v2.2","6AC658",1209,"Gallery item detail 3.1","2022-07-29T10:04:15Z","https://github.com/kodadot/nft-gallery/issues/1209",0.7965113,{"description":2124,"labels":2125,"number":2128,"owner":1997,"repository":1998,"state":2044,"title":2129,"updated_at":2130,"url":2131,"score":2132},"### What happened?\r\n\r\nI tried to mint the NFT to my old collection I have made many months ago \r\n\r\n```graphql\r\nquery bigOne {\r\n collection_i_want: collectionEntity(id: \"8CC1B91E899D9BE40E-2CENTS\") {\r\n id\r\n name\r\n }\r\n \r\n collection_list_i_have: collectionEntities(filter: { issuer: {equalTo: \"Fksmad33PFxhrQXNYPPJozgWrv82zuFLvXK7Rh8m1xQhe98\" } max: { equalTo: 0 } }) {\r\n nodes {\r\n id\r\n name\r\n max\r\n }\r\n }\r\n}\r\n```\r\nThe result\r\n\r\n```json\r\n{\r\n \"data\": {\r\n \"collection_i_want\": null,\r\n \"collection_list_i_have\": {\r\n \"nodes\": [\r\n {\r\n \"id\": \"8cc1b91e899d9be40e-2CENTS\",\r\n \"name\": \"2 cents\",\r\n \"max\": 0\r\n },\r\n {\r\n \"id\": \"8cc1b91e899d9be40e-VIKTORY\",\r\n \"name\": \"Viktory\",\r\n \"max\": 0\r\n }\r\n ]\r\n }\r\n }\r\n}\r\n```\r\n\r\nlooks like there is a bug in both `legacy` and `beta`\r\n\r\n### Please reproduce in steps\r\n\r\n-\r\n\r\n### Expected Behavior\r\n\r\n-\r\n\r\n### What browsers are you seeing the problem on?\r\n\r\n_No response_\r\n\r\n### Are you logged in?\r\n\r\n_No response_\r\n\r\n### At which address did you encounter bug?\r\n\r\n_No response_\r\n\r\n### Screenshots\r\n\r\n```json\r\n{\r\n \"interaction\": \"MINTNFT\",\r\n \"value\": \"{\\\"events\\\":[],\\\"name\\\":\\\"K. Outline\\\",\\\"instance\\\":\\\"K._OUTLINE\\\",\\\"transferable\\\":1,\\\"collection\\\":\\\"8CC1B91E899D9BE40E-2CENTS\\\",\\\"sn\\\":\\\"0000000000000002\\\",\\\"_id\\\":\\\"\\\",\\\"id\\\":\\\"\\\",\\\"metadata\\\":\\\"ipfs://ipfs/QmYnQoQTEaTSyK8QV77wfWjE1MHp1XSSvYxCBzDNGGGyTn\\\",\\\"currentOwner\\\":\\\"Fksmad33PFxhrQXNYPPJozgWrv82zuFLvXK7Rh8m1xQhe98\\\"}\",\r\n \"reason\": \"[CONSOLIDATE canOrElseError] Callback not exists\"\r\n}\r\n```\r\n\r\n### Relevant log output\r\n\r\n_No response_\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's Code of Conduct",[2126,2127],{"name":2037,"color":2038},{"name":2055,"color":2056},1713,"Unable to mint signular based NFTs","2022-01-07T16:48:12Z","https://github.com/kodadot/nft-gallery/issues/1713",0.797695,["Reactive",2134],{},["Set"],["ShallowReactive",2137],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"G16amPvkoUb-QqcVXtG-s3RKj7ox_GwofjW7NTCA3Rg":-1},"/kodadot/nft-gallery/10185"]