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

adjust query to support ordering #107

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

equal instead of strict equal

7020459
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

adjust query to support ordering #107

equal instead of strict equal
7020459
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Nov 21, 2024 in 0s

Everything looks good

Found 5 changes

Breaking: 0
Dangerous: 0
Safe: 5

Safe changes

  • Field accountUpdateId was added to object type EventData
  • Field sequenceNumber was added to object type TransactionInfo
  • Field zkappAccountUpdateIds was added to object type TransactionInfo
  • Field zkappEventElementIds was added to object type TransactionInfo
  • Field zkappFieldArrayElementIds was added to object type TransactionInfo

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 26 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'accountUpdateId' was added to object type 'EventData'

Field 'accountUpdateId' was added to object type 'EventData'

Check notice on line 54 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'sequenceNumber' was added to object type 'TransactionInfo'

Field 'sequenceNumber' was added to object type 'TransactionInfo'

Check notice on line 55 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'zkappAccountUpdateIds' was added to object type 'TransactionInfo'

Field 'zkappAccountUpdateIds' was added to object type 'TransactionInfo'

Check notice on line 56 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'zkappEventElementIds' was added to object type 'TransactionInfo'

Field 'zkappEventElementIds' was added to object type 'TransactionInfo'

Check notice on line 57 in schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'zkappFieldArrayElementIds' was added to object type 'TransactionInfo'

Field 'zkappFieldArrayElementIds' was added to object type 'TransactionInfo'