Skip to content

Commit

Permalink
Add gql proc_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Savu committed Apr 5, 2020
1 parent e5f6550 commit 5e22d51
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 1 deletion.
2 changes: 1 addition & 1 deletion juniper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ extern crate bson;
// This allows users to just depend on juniper and get the derive
// functionality automatically.
pub use juniper_codegen::{
graphql_object, graphql_subscription, graphql_union, GraphQLEnum, GraphQLInputObject,
gql, graphql_object, graphql_subscription, graphql_union, GraphQLEnum, GraphQLInputObject,
GraphQLObject, GraphQLScalarValue,
};
// Internal macros are not exported,
Expand Down
Loading

0 comments on commit 5e22d51

Please sign in to comment.