File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pub enum PathFragment {
63
63
///
64
64
/// This tries to be as close to the spec as possible.
65
65
///
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)
67
67
#[ derive( Debug , Serialize , Deserialize , PartialEq ) ]
68
68
pub struct GraphQLError {
69
69
/// The human-readable error message. This is the only required field.
@@ -78,7 +78,7 @@ pub struct GraphQLError {
78
78
///
79
79
/// This will generally be used with the `ResponseData` struct from a derived module.
80
80
///
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)
82
82
#[ derive( Debug , Serialize , Deserialize ) ]
83
83
pub struct GraphQLResponse < Data > {
84
84
/// The absent, partial or complete response data.
You can’t perform that action at this time.
0 commit comments