OBJECT
TeamFeature
link GraphQL Schema definition
1 type TeamFeature { 2 3 Int! : 4 5 FeatureProject]! : [ 6 7 ProjectFeature! : 8 9 }
OBJECT
1 type TeamFeature { 2 3 Int! : 4 5 FeatureProject]! : [ 6 7 ProjectFeature! : 8 9 }