Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more GraphQL docs to assist LLM agents. #3205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christos-h
Copy link
Contributor

Motivation

Scalars in our codebase are not documented implicitly by GraphQL introspection.

Proposal

Add explicit documentation of the structure of some of the scalars we have.

Copy link
Contributor

@ma2bd ma2bd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Just need to fix CI

The recipient of a transfer.

An example of a `Recipient`:
```graphql
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically this is json. Perhaps the comment could mention GraphQL?

The recipient of a transfer.

An example of a `Recipient`:
```graphql
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically I believe this is json. Perhaps the comment could mention GraphQL?

A non-negative amount of tokens.

An example of an `Amount`:
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

json?

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.

2 participants