include_examples'sets flag as used','field :runners, Types::Ci::RunnerType.connection_type, null: true, feature_flag: :foo','foo'
include_examples'sets flag as used','field :runners, null: true, feature_flag: :foo','foo'
include_examples'does not set any flags as used','field :solution'
include_examples'does not set any flags as used','field :runners, Types::Ci::RunnerType.connection_type'
include_examples'does not set any flags as used','field :runners, Types::Ci::RunnerType.connection_type, null: true, description: "hello world"'
include_examples'does not set any flags as used','field :solution, type: GraphQL::STRING_TYPE, null: true, description: "URL to the vulnerabilitys details page."'
end
describe"tracking of usage data metrics known events happens at the beginning of inspection"do