1 2 3 4 5 6 7 8 9
use graphql_client::GraphQLQuery; #[derive(GraphQLQuery)] #[graphql( schema_path = "src/gql/schema.graphql", query_path = "src/gql/subscriptions/strings/BuildLogs.graphql", response_derives = "Debug, Serialize, Clone" )] pub struct BuildLogs;