You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation and examples for GraphQL run command
Add comprehensive examples showing different ways to use the
'mina internal graphql run' command:
- Simple query execution from command line
- Query input from stdin (for piping from other commands)
- Query input from file (for complex .graphql files)
- Query with variables (for parameterized queries)
- Query execution on remote nodes (via --node flag)
The documentation explains all three input methods and their
combinations with optional flags for variables and custom endpoints.
0 commit comments