Skip to content

Conversation

@iworkinprogress
Copy link

Description

This PR adds a query for getting a list of Objkts by id. This works exactly the same as the generativeTokensByIds query.

This functionality is useful for displaying a list of Objkts on a page that are not necessarily related to the same GenerativeToken.

How to Test

Run this query in the GraphQL sandbox:

query {
  objktsByIds(ids: [61387, 61427]) {
    id
    name
    issuer {
      name
    }
  }
}

@iworkinprogress iworkinprogress changed the title Add objktsByIds Add objktsByIds query Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant