mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #2] should check required type #97
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gql-query-builder#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adrianim9958 on GitHub (Feb 12, 2019).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/2
when build a query
should be able to check required type
@atulmy commented on GitHub (Feb 12, 2019):
@adrianim9958 thank you for the suggestion. I've added this functionality. You can update the package via npm.
Usage:
Mutation (with required variables):
You can check readme for more examples.