ts-sdk icon indicating copy to clipboard operation
ts-sdk copied to clipboard

feat: gql - use explicitly defined fields for queries instead of default objects

Open ruslan-sh-r opened this issue 9 months ago • 0 comments

In case no fields specified for the query return nothing instead of using default field list.

Example with default fields list: https://github.com/NibiruChain/ts-sdk/blob/dabe094fcaafaf5c23668616e10905c960832347/src/gql/query/oracle.ts#L59-L68

ruslan-sh-r avatar Apr 27 '24 16:04 ruslan-sh-r