We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe00b9 commit db0d595Copy full SHA for db0d595
juniper/src/macros/tests/object.rs
@@ -84,7 +84,6 @@ graphql_object!(CommasWithTrailing: () |&self| {
84
});
85
86
struct CommasOnMeta;
87
-
88
graphql_object!(CommasOnMeta: () |&self| {
89
interfaces: [Interface],
90
description: "A description",
juniper/src/macros/tests/union.rs
@@ -53,7 +53,7 @@ impl Concrete {
53
}
54
55
56
-graphql_union!(CustomName: () as "ACustomNamedUnion" |&self| {
+graphql_union!(CustomName: () as "ACustomNamedUnion" |&self| {
57
instance_resolvers: |&_| {
58
&Concrete => match *self { CustomName::Concrete(ref c) => Some(c) }
59
0 commit comments