Last active
January 30, 2021 17:17
-
-
Save lynsei/d524f112b4099fe988fcb076b3dd5f4d to your computer and use it in GitHub Desktop.
Example: {}.auth.basic
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
| query FSDL { | |
| expect_behavior_connection(where: {business_requirement: {_eq: "auth.basic"}}) { | |
| edges { | |
| node { | |
| id | |
| behavior_requirement { | |
| shortname | |
| title | |
| } | |
| for_reason | |
| } | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's prototype assignment syntax, btw.,