archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

Pagination issue on `transactions` graphql endpoint #486

Closed ghost closed 2 years ago

ghost commented 2 years ago

See https://github.com/archethic-foundation/bug-bounty/issues/24

We need to add the page_type here instead of integer

https://github.com/archethic-foundation/archethic-node/blob/41877b11866edeb9e75ab5829f2c75d5f999365c/lib/archethic_web/graphql_schema.ex#L50

apoorv-2204 commented 2 years ago

page_type ??

ghost commented 2 years ago

Yes on https://github.com/archethic-foundation/archethic-node/blob/master/lib/archethic_web/graphql_schema/page_type.ex

ghost commented 2 years ago

Closed by #488