OBJECT
BDDStepLibraryStep
BDD Step Library Step type
link GraphQL Schema definition
1 type BDDStepLibraryStep { 2 3 # Id of the step. 4 : String 5 6 # Step definition text. 7 : String 8 9 # Description of the step. 10 : String 11 12 # Library this step belongs to. 13 : BDDLibraryInfo 14 15 # Labels of the step. 16 : [String] 17 18 # Date when the step was last modified. 19 : String 20 21 # Test issues that use this step. 22 : [String] 23 24 }