-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle unions, intersections and lists when generating sample GQL (#49)
* Add mutation with union return type to schema.json * Handle union type returns in OperationDetailsHelper * Handle union types in printing of sample GQL * Add interface return types to operation details * Handle interface return types when providing GQL samples in markdown * Handle simple list return * Handle non-null list of objects as a return value * Bump version to 0.3.1 * Update CHANGELOG.md to mark retired version Co-authored-by: E. Sambo <[email protected]> * Add link to this MR in changelog note * Add colon before link to MR * Use Fixed as header for the changes in this MR --------- Co-authored-by: Clifton McIntosh <[email protected]> Co-authored-by: E. Sambo <[email protected]>
- Loading branch information
1 parent
e578197
commit 1f604f1
Showing
6 changed files
with
896 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.