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;