We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. I'd like to use the GraphQL API when querying the table
Describe the solution you'd like Update the table to use the GraphQL API
Describe alternatives you've considered n/a
Additional context For any fields that have paging, consider implementing that field as another table to avoid excess API calls (as per https://steampipe.io/docs/develop/plugin-release-checklist#data-ingestion).
New columns
Renamed columns
issue_template
issue_templates
pull_request_template
pull_request_templates
license
license_info
Removed columns
health_percentage
updated_at
Columns with data changes
code_of_conduct
contributing
readme
security
The text was updated successfully, but these errors were encountered:
Now on graphql-dev branch
graphql-dev
Sorry, something went wrong.
Completed in 42680ef
graza-io
When branches are created from issues, their pull requests are automatically linked.
Is your feature request related to a problem? Please describe.
I'd like to use the GraphQL API when querying the table
Describe the solution you'd like
Update the table to use the GraphQL API
Describe alternatives you've considered
n/a
Additional context
For any fields that have paging, consider implementing that field as another table to avoid excess API calls (as per https://steampipe.io/docs/develop/plugin-release-checklist#data-ingestion).
New columns
Renamed columns
issue_template
=>issue_templates
pull_request_template
=>pull_request_templates
license
=>license_info
Removed columns
health_percentage
updated_at
Columns with data changes
code_of_conduct
- updated jsoncontributing
- updated jsonlicense_info
(formerlylicense
) now has more info in updated JSON.readme
- updated jsonsecurity
- updated jsonThe text was updated successfully, but these errors were encountered: