Crates.io | cynic-introspection |
lib.rs | cynic-introspection |
version | 3.8.0 |
source | src |
created_at | 2023-05-13 19:29:47.4665 |
updated_at | 2024-08-29 09:31:56.001673 |
description | GraphQL API introspection for cynic |
homepage | https://cynic-rs.dev |
repository | https://github.com/obmarg/cynic |
max_upload_size | |
id | 863899 |
size | 2,202,310 |
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.