File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pub enum PathFragment {
6363///
6464/// This tries to be as close to the spec as possible.
6565///
66- /// Spec: [ https://github.com/facebook/graphql/blob/master/spec/Section%207%20--%20Response.md]
66+ /// [Spec]( https://github.com/facebook/graphql/blob/master/spec/Section%207%20--%20Response.md)
6767#[ derive( Debug , Serialize , Deserialize , PartialEq ) ]
6868pub struct GraphQLError {
6969 /// The human-readable error message. This is the only required field.
@@ -78,7 +78,7 @@ pub struct GraphQLError {
7878///
7979/// This will generally be used with the `ResponseData` struct from a derived module.
8080///
81- /// Spec: [ https://github.com/facebook/graphql/blob/master/spec/Section%207%20--%20Response.md]
81+ /// [Spec]( https://github.com/facebook/graphql/blob/master/spec/Section%207%20--%20Response.md)
8282#[ derive( Debug , Serialize , Deserialize ) ]
8383pub struct GraphQLResponse < Data > {
8484 /// The absent, partial or complete response data.
You can’t perform that action at this time.
0 commit comments