Skip to content
Snippets Groups Projects
indexer.rs 230 B
Newer Older
pub use graphql_client::{reqwest::post_graphql, GraphQLQuery};

#[derive(GraphQLQuery)]
#[graphql(
    schema_path = "res/indexer-schema.graphql",
    query_path = "res/indexer-queries.graphql"
)]
pub struct IdentityNameByPubkey;