Created
September 14, 2020 06:19
-
-
Save desaijay315/a1c50615e801752f58a23a65129b8541 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
fragment RegularPostResponse on PostResponse{ | |
errors{ | |
...RegularPostError | |
}, | |
post{ | |
...RegularPost | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment