github.com/kubeshop/testkube@v1.17.23/internal/graphql/schemas/root.graphqls (about) 1 scalar Map 2 scalar StringMap 3 4 directive @goModel(model: String, models: [String!]) on OBJECT | INPUT_OBJECT | SCALAR | ENUM | INTERFACE | UNION 5 directive @goField(forceResolver: Boolean, name: String) on INPUT_FIELD_DEFINITION | FIELD_DEFINITION 6 directive @goTag(key: String!, value: String) on INPUT_FIELD_DEFINITION | FIELD_DEFINITION 7 8 type Subscription 9 type Query