| Crates.io | cynic-introspection |
| lib.rs | cynic-introspection |
| version | 3.12.0 |
| created_at | 2023-05-13 19:29:47.4665+00 |
| updated_at | 2025-08-19 19:37:36.502576+00 |
| description | GraphQL API introspection for cynic |
| homepage | https://cynic-rs.dev |
| repository | https://github.com/obmarg/cynic |
| max_upload_size | |
| id | 863899 |
| size | 2,099,820 |
cynic-introspection defines a GraphQL introspection query that can be
run using cynic, a rust GraphQL client
This can be used for any reason you'd want to introspect a GraphQL server - including when you're using cynic as a library in your own project.
See the documentation on docs.rs for instructions on using cynic-introspection.