Skip to content

Commit 5e22d51

Browse files
committed
Add gql proc_macro
1 parent e5f6550 commit 5e22d51

File tree

3 files changed

+455
-1
lines changed

3 files changed

+455
-1
lines changed

juniper/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ extern crate bson;
115115
// This allows users to just depend on juniper and get the derive
116116
// functionality automatically.
117117
pub use juniper_codegen::{
118-
graphql_object, graphql_subscription, graphql_union, GraphQLEnum, GraphQLInputObject,
118+
gql, graphql_object, graphql_subscription, graphql_union, GraphQLEnum, GraphQLInputObject,
119119
GraphQLObject, GraphQLScalarValue,
120120
};
121121
// Internal macros are not exported,

0 commit comments

Comments
 (0)