Jacob Clark
Results
1
issues of
Jacob Clark
Unable to derive from the GraphQLQuery Macro Issue: ```rust use graphql_client::{GraphQLQuery}; #[derive(GraphQLQuery)] #[graphql( schema_path = "src/graphql/github_schema.graphql", query_path = "src/graphql/queries/QueryPullRequestData.graphql", response_derives = "Debug" )] pub struct GetRepositories; ``` Error: ```bash imjacobclark@mutt:~/workspace/flow/ingestor$...
bug